Shades of Inch Worm #B2DF14
Tints of Inch Worm #B2DF14
RGB
CMYK
RGB Variations
Color information
#B2DF14 (or 0xB2DF14) is known color: Inch Worm. HEX triplet: B2, DF and 14. RGB value is (178,223,20). Sum of RGB (Red+Green+Blue) = 178+223+20=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 223 (87.5% from 255 or 52.97% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DF14 is #4D20EB. Grayscale: #BBBBBB. Windows color (decimal): -5054700 or 1367986. OLE color: 1367986.
HSL color Cylindrical-coordinate representation of color #B2DF14: hue angle of 73.3º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2DF14 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 20 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.13 |
| HSL | 73.3º | 0.84% | 0.48% | - |
| HSV(B) | 73.3º | 0.91% | 0.87% | - |
| XYZ | 44.87 | 62.29 | 10.32 | - |
| YUV | 186.4 | 34.09 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 20 | 0.20 | 0 | 0.91 | 0.13 | 73.3 | 0.84 | 0.48 |
| Hex | B2 | DF | 14 | 14 | 0 | 5B | D | 49 | 54 | 30 |
| Octal | 262 | 337 | 24 | 24 | 0 | 133 | 15 | 111 | 124 | 60 |
| Binary | 10110010 | 11011111 | 10100 | 10100 | 0 | 1011011 | 1101 | 1001001 | 1010100 | 110000 |
Color Harmonies of #B2DF14
Complementary color
Monochromatic Colors of #B2DF14
Black with #B2DF14
Text Example
Text Example
White with #B2DF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DF14; }
p { color: rgb(178,223,20); }
H1.HeaderClassName
{
color: #B2DF14;
}
.AnyTagClassName
{
color: #B2DF14;
}
</style>
background-color css
<style>
a { background-color: #B2DF14; }
a { background-color: rgb(178,223,20); }
div.DivClassName
{
background-color: #B2DF14;
}
.BgClassName
{
background-color: #B2DF14;
}
</style>
border-color css
<style>
span { border-color: #B2DF14; }
span { border-color: rgb(178,223,20); }
td.TdClassName
{
border-color: #B2DF14;
}
.TagClassName
{
border-color: #B2DF14;
}
</style>