Shades of Inch Worm #BDF114
Tints of Inch Worm #BDF114
RGB
CMYK
RGB Variations
Color information
#BDF114 (or 0xBDF114) is known color: Inch Worm. HEX triplet: BD, F1 and 14. RGB value is (189,241,20). Sum of RGB (Red+Green+Blue) = 189+241+20=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 241 (94.53% from 255 or 53.56% from 450); Blue value is 20 (8.20% from 255 or 4.44% from 450); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF114 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF114 is #420EEB. Grayscale: #C9C9C9. Windows color (decimal): -4329196 or 1372605. OLE color: 1372605.
HSL color Cylindrical-coordinate representation of color #BDF114: hue angle of 74.12º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDF114 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 20 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.05 |
| HSL | 74.12º | 0.89% | 0.51% | - |
| HSV(B) | 74.12º | 0.92% | 0.95% | - |
| XYZ | 52.57 | 73.78 | 12.13 | - |
| YUV | 200.26 | 26.27 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 20 | 0.22 | 0 | 0.92 | 0.05 | 74.12 | 0.89 | 0.51 |
| Hex | BD | F1 | 14 | 16 | 0 | 5C | 5 | 4A | 59 | 33 |
| Octal | 275 | 361 | 24 | 26 | 0 | 134 | 5 | 112 | 131 | 63 |
| Binary | 10111101 | 11110001 | 10100 | 10110 | 0 | 1011100 | 101 | 1001010 | 1011001 | 110011 |
Color Harmonies of #BDF114
Complementary color
Monochromatic Colors of #BDF114
Black with #BDF114
Text Example
Text Example
White with #BDF114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF114; }
p { color: rgb(189,241,20); }
H1.HeaderClassName
{
color: #BDF114;
}
.AnyTagClassName
{
color: #BDF114;
}
</style>
background-color css
<style>
a { background-color: #BDF114; }
a { background-color: rgb(189,241,20); }
div.DivClassName
{
background-color: #BDF114;
}
.BgClassName
{
background-color: #BDF114;
}
</style>
border-color css
<style>
span { border-color: #BDF114; }
span { border-color: rgb(189,241,20); }
td.TdClassName
{
border-color: #BDF114;
}
.TagClassName
{
border-color: #BDF114;
}
</style>