Shades of Inch Worm #B8DF05
Tints of Inch Worm #B8DF05
RGB
CMYK
RGB Variations
Color information
#B8DF05 (or 0xB8DF05) is known color: Inch Worm. HEX triplet: B8, DF and 05. RGB value is (184,223,5). Sum of RGB (Red+Green+Blue) = 184+223+5=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 223 (87.5% from 255 or 54.13% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DF05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8DF05 is #4720FA. Grayscale: #BBBBBB. Windows color (decimal): -4661499 or 384952. OLE color: 384952.
HSL color Cylindrical-coordinate representation of color #B8DF05: hue angle of 70.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8DF05 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 223 | 5 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.13 |
| HSL | 70.73º | 0.96% | 0.45% | - |
| HSV(B) | 70.73º | 0.98% | 0.87% | - |
| XYZ | 46.18 | 62.98 | 9.87 | - |
| YUV | 186.49 | 25.58 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 223 | 5 | 0.17 | 0 | 0.98 | 0.13 | 70.73 | 0.96 | 0.45 |
| Hex | B8 | DF | 5 | 11 | 0 | 62 | D | 47 | 60 | 2D |
| Octal | 270 | 337 | 5 | 21 | 0 | 142 | 15 | 107 | 140 | 55 |
| Binary | 10111000 | 11011111 | 101 | 10001 | 0 | 1100010 | 1101 | 1000111 | 1100000 | 101101 |
Color Harmonies of #B8DF05
Complementary color
Monochromatic Colors of #B8DF05
Black with #B8DF05
Text Example
Text Example
White with #B8DF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DF05; }
p { color: rgb(184,223,5); }
H1.HeaderClassName
{
color: #B8DF05;
}
.AnyTagClassName
{
color: #B8DF05;
}
</style>
background-color css
<style>
a { background-color: #B8DF05; }
a { background-color: rgb(184,223,5); }
div.DivClassName
{
background-color: #B8DF05;
}
.BgClassName
{
background-color: #B8DF05;
}
</style>
border-color css
<style>
span { border-color: #B8DF05; }
span { border-color: rgb(184,223,5); }
td.TdClassName
{
border-color: #B8DF05;
}
.TagClassName
{
border-color: #B8DF05;
}
</style>