Html Css Color HEX #B1DE04 Inch Worm

📋 copy color: '#B1DE04'

red 177 ◦ green 222 ◦ blue 4

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

Shades of Inch Worm #B1DE04

Tints of Inch Worm #B1DE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 43.92%
G = 55.09%
B = 0.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#B1DE04 (or 0xB1DE04) is known color: Inch Worm. HEX triplet: B1, DE and 04. RGB value is (177,222,4). Sum of RGB (Red+Green+Blue) = 177+222+4=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 222 (87.11% from 255 or 55.09% from 403); Blue value is 4 (1.95% from 255 or 0.99% from 403); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1DE04 is #4E21FB. Grayscale: #B8B8B8. Windows color (decimal): -5120508 or 319153. OLE color: 319153.

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

Color convert

RGB 177 222 4 -
CMYK 0.20 0 0.98 0.13
HSL 72.39º 0.96% 0.44% -
HSV(B) 72.39º 0.98% 0.87% -
XYZ 44.27 61.6 9.67 -
YUV 183.69 26.59 123.23 -
System Red Green Blue C M Y K H S L
Decimal 177 222 4 0.20 0 0.98 0.13 72.39 0.96 0.44
Hex B1 DE 4 14 0 62 D 48 60 2C
Octal 261 336 4 24 0 142 15 110 140 54
Binary 10110001 11011110 100 10100 0 1100010 1101 1001000 1100000 101100

Color Harmonies of #B1DE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DE04

Black with #B1DE04

Text Example


Text Example

White with #B1DE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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