Html Css Color HEX #B1DE16 Inch Worm

📋 copy color: '#B1DE16'

red 177 ◦ green 222 ◦ blue 22

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

Shades of Inch Worm #B1DE16

Tints of Inch Worm #B1DE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.23%

R = 42.04%
G = 52.73%
B = 5.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#B1DE16 (or 0xB1DE16) is known color: Inch Worm. HEX triplet: B1, DE and 16. RGB value is (177,222,22). Sum of RGB (Red+Green+Blue) = 177+222+22=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 222 (87.11% from 255 or 52.73% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1DE16 is #4E21E9. Grayscale: #BABABA. Windows color (decimal): -5120490 or 1498801. OLE color: 1498801.

HSL color Cylindrical-coordinate representation of color #B1DE16: hue angle of 73.5º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1DE16 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 222 22 -
CMYK 0.20 0 0.90 0.13
HSL 73.5º 0.82% 0.48% -
HSV(B) 73.5º 0.9% 0.87% -
XYZ 44.4 61.65 10.32 -
YUV 185.75 35.59 121.76 -
System Red Green Blue C M Y K H S L
Decimal 177 222 22 0.20 0 0.90 0.13 73.5 0.82 0.48
Hex B1 DE 16 14 0 5A D 4A 52 30
Octal 261 336 26 24 0 132 15 112 122 60
Binary 10110001 11011110 10110 10100 0 1011010 1101 1001010 1010010 110000

Color Harmonies of #B1DE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DE16

Black with #B1DE16

Text Example


Text Example

White with #B1DE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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