Html Css Color HEX #B8DE00 Inch Worm

📋 copy color: '#B8DE00'

red 184 ◦ green 222 ◦ blue 0

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

Shades of Inch Worm #B8DE00

Tints of Inch Worm #B8DE00

RGB

 RED value IS 184 (72.27% from 255) = 45.32%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.32%
G = 54.68%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#B8DE00 (or 0xB8DE00) is known color: Inch Worm. HEX triplet: B8, DE and 00. RGB value is (184,222,0). Sum of RGB (Red+Green+Blue) = 184+222+0=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 222 (87.11% from 255 or 54.68% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8DE00 is #4721FF. Grayscale: #BABABA. Windows color (decimal): -4661760 or 57016. OLE color: 57016.

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

Color convert

RGB 184 222 0 -
CMYK 0.17 0 1 0.13
HSL 70.27º 1% 0.44% -
HSV(B) 70.27º 1% 0.87% -
XYZ 45.89 62.43 9.63 -
YUV 185.33 23.41 127.05 -
System Red Green Blue C M Y K H S L
Decimal 184 222 0 0.17 0 1 0.13 70.27 1 0.44
Hex B8 DE 0 11 0 64 D 46 64 2C
Octal 270 336 0 21 0 144 15 106 144 54
Binary 10111000 11011110 0 10001 0 1100100 1101 1000110 1100100 101100

Color Harmonies of #B8DE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DE00

Black with #B8DE00

Text Example


Text Example

White with #B8DE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DE00; }

 p { color: rgb(184,222,0); }

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

background-color css

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

 a { background-color: rgb(184,222,0); }

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

border-color css

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

 span { border-color: rgb(184,222,0); }

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