Html Css Color HEX #B1DE14 Inch Worm

📋 copy color: '#B1DE14'

red 177 ◦ green 222 ◦ blue 20

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

Shades of Inch Worm #B1DE14

Tints of Inch Worm #B1DE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.77%

R = 42.24%
G = 52.98%
B = 4.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#B1DE14 (or 0xB1DE14) is known color: Inch Worm. HEX triplet: B1, DE and 14. RGB value is (177,222,20). Sum of RGB (Red+Green+Blue) = 177+222+20=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 222 (87.11% from 255 or 52.98% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1DE14 is #4E21EB. Grayscale: #BABABA. Windows color (decimal): -5120492 or 1367729. OLE color: 1367729.

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

Color convert

RGB 177 222 20 -
CMYK 0.20 0 0.91 0.13
HSL 73.37º 0.83% 0.47% -
HSV(B) 73.37º 0.91% 0.87% -
XYZ 44.38 61.64 10.22 -
YUV 185.52 34.59 121.93 -
System Red Green Blue C M Y K H S L
Decimal 177 222 20 0.20 0 0.91 0.13 73.37 0.83 0.47
Hex B1 DE 14 14 0 5B D 49 53 2F
Octal 261 336 24 24 0 133 15 111 123 57
Binary 10110001 11011110 10100 10100 0 1011011 1101 1001001 1010011 101111

Color Harmonies of #B1DE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DE14

Black with #B1DE14

Text Example


Text Example

White with #B1DE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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