Html Css Color HEX #B1DE0D Inch Worm

📋 copy color: '#B1DE0D'

red 177 ◦ green 222 ◦ blue 13

#B1DE0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #B1DE0D

Tints of Inch Worm #B1DE0D

RGB

 RED value IS 177 (69.53% from 255) = 42.96%

 GREEN value IS 222 (87.11% from 255) = 53.88%

 BLUE value IS 13 (5.47% from 255) = 3.16%

R = 42.96%
G = 53.88%
B = 3.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#B1DE0D (or 0xB1DE0D) is known color: Inch Worm. HEX triplet: B1, DE and 0D. RGB value is (177,222,13). Sum of RGB (Red+Green+Blue) = 177+222+13=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 222 (87.11% from 255 or 53.88% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1DE0D is #4E21F2. Grayscale: #B9B9B9. Windows color (decimal): -5120499 or 908977. OLE color: 908977.

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

Color convert

RGB 177 222 13 -
CMYK 0.20 0 0.94 0.13
HSL 72.92º 0.89% 0.46% -
HSV(B) 72.92º 0.94% 0.87% -
XYZ 44.33 61.62 9.94 -
YUV 184.72 31.09 122.49 -
System Red Green Blue C M Y K H S L
Decimal 177 222 13 0.20 0 0.94 0.13 72.92 0.89 0.46
Hex B1 DE D 14 0 5E D 49 59 2E
Octal 261 336 15 24 0 136 15 111 131 56
Binary 10110001 11011110 1101 10100 0 1011110 1101 1001001 1011001 101110

Color Harmonies of #B1DE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DE0D

Black with #B1DE0D

Text Example


Text Example

White with #B1DE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DE0D; }

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

 H1.HeaderClassName
 {
   color: #B1DE0D;
 }
 .AnyTagClassName
 {
   color: #B1DE0D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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