#B1DE25

Color #B1DE25 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #B1DE25

Tints of Inch Worm #B1DE25

Color information

#B1DE25 (or 0xB1DE25) is unknown color: approx Inch Worm. HEX triplet: B1, DE and 25. RGB value is (177,222,37). Sum of RGB (Red+Green+Blue) = 177+222+37=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 37 (14.84% from 255 or 8.49% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DE25 is #4E21DA. Grayscale: #BCBCBC. Windows color (decimal): -5120475 or 2481841. OLE color: 2481841.

HSL color Cylindrical-coordinate representation of color #B1DE25: hue angle of 74.59º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B1DE25 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB17722237-
CMYK0.2000.830.13
HSL74.59º73.71%50.78%-
HSV(B)74.59º83.33%87.06%-
XYZ44.5961.7211.31-
YUV187.4643.09120.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 222 (87.11% from 255) = 50.92%
BLUE value IS 37 (14.84% from 255) = 8.49%
R=40.60%
G=50.92%
B=8.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal177222370.2000.830.1374.5973.7150.78
HexB1DE2514053D4b4a33
Octal261336452401231511311263
Binary10110001110111101001011010001010011110110010111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DE25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DE25; }

 p { color: rgb(177,222,37); }

 H1.HeaderClassName
 {
   color: #B1DE25;
 }
 .AnyTagClassName
 {
   color: #B1DE25;
 }
</style>
background-color css

<style>
 a { background-color: #B1DE25; }

 a { background-color: rgb(177,222,37); }

 div.DivClassName
 {
   background-color: #B1DE25;
 }
 .BgClassName
 {
   background-color: #B1DE25;
 }
</style>
border-color css

<style>
 span { border-color: #B1DE25; }

 span { border-color: rgb(177,222,37); }

 td.TdClassName
 {
   border-color: #B1DE25;
 }
 .TagClassName
 {
   border-color: #B1DE25;
 }
</style>