Shades of Inch Worm #BDF118
Tints of Inch Worm #BDF118
RGB
CMYK
RGB Variations
Color information
#BDF118 (or 0xBDF118) is known color: Inch Worm. HEX triplet: BD, F1 and 18. RGB value is (189,241,24). Sum of RGB (Red+Green+Blue) = 189+241+24=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 241 (94.53% from 255 or 53.08% from 454); Blue value is 24 (9.77% from 255 or 5.29% from 454); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF118 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF118 is #420EE7. Grayscale: #C9C9C9. Windows color (decimal): -4329192 or 1634749. OLE color: 1634749.
HSL color Cylindrical-coordinate representation of color #BDF118: hue angle of 74.38º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDF118 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 24 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.05 |
| HSL | 74.38º | 0.89% | 0.52% | - |
| HSV(B) | 74.38º | 0.9% | 0.95% | - |
| XYZ | 52.61 | 73.8 | 12.34 | - |
| YUV | 200.71 | 28.27 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 24 | 0.22 | 0 | 0.90 | 0.05 | 74.38 | 0.89 | 0.52 |
| Hex | BD | F1 | 18 | 16 | 0 | 5A | 5 | 4A | 59 | 34 |
| Octal | 275 | 361 | 30 | 26 | 0 | 132 | 5 | 112 | 131 | 64 |
| Binary | 10111101 | 11110001 | 11000 | 10110 | 0 | 1011010 | 101 | 1001010 | 1011001 | 110100 |
Color Harmonies of #BDF118
Complementary color
Monochromatic Colors of #BDF118
Black with #BDF118
Text Example
Text Example
White with #BDF118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF118; }
p { color: rgb(189,241,24); }
H1.HeaderClassName
{
color: #BDF118;
}
.AnyTagClassName
{
color: #BDF118;
}
</style>
background-color css
<style>
a { background-color: #BDF118; }
a { background-color: rgb(189,241,24); }
div.DivClassName
{
background-color: #BDF118;
}
.BgClassName
{
background-color: #BDF118;
}
</style>
border-color css
<style>
span { border-color: #BDF118; }
span { border-color: rgb(189,241,24); }
td.TdClassName
{
border-color: #BDF118;
}
.TagClassName
{
border-color: #BDF118;
}
</style>