#B8ED04

Color #B8ED04 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #B8ED04

Tints of Inch Worm #B8ED04

Color information

#B8ED04 (or 0xB8ED04) is unknown color: approx Inch Worm. HEX triplet: B8, ED and 04. RGB value is (184,237,4). Sum of RGB (Red+Green+Blue) = 184+237+4=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 237 (92.97% from 255 or 55.76% from 425); Blue value is 4 (1.95% from 255 or 0.94% from 425); Max value from RGB is 237 - color contains mainly: green. Hex color #B8ED04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8ED04 is #4712FB. Grayscale: #C3C3C3. Windows color (decimal): -4657916 or 323000. OLE color: 323000.

HSL color Cylindrical-coordinate representation of color #B8ED04: hue angle of 73.65º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8ED04 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB1842374-
CMYK0.2200.980.07
HSL73.65º96.68%47.25%-
HSV(B)73.65º98.31%92.94%-
XYZ50.0770.7711.14-
YUV194.5920.44120.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.29%
GREEN value IS 237 (92.97% from 255) = 55.76%
BLUE value IS 4 (1.95% from 255) = 0.94%
R=43.29%
G=55.76%
B=0.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal18423740.2200.980.0773.6596.6847.25
HexB8ED41606274a612f
Octal2703554260142711214157
Binary1011100011101101100101100110001011110010101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ED04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ED04; }

 p { color: rgb(184,237,4); }

 H1.HeaderClassName
 {
   color: #B8ED04;
 }
 .AnyTagClassName
 {
   color: #B8ED04;
 }
</style>
background-color css

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

 a { background-color: rgb(184,237,4); }

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

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

 span { border-color: rgb(184,237,4); }

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