Shades of Inch Worm #BDF119
Tints of Inch Worm #BDF119
RGB
CMYK
RGB Variations
Color information
#BDF119 (or 0xBDF119) is known color: Inch Worm. HEX triplet: BD, F1 and 19. RGB value is (189,241,25). Sum of RGB (Red+Green+Blue) = 189+241+25=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 25 (10.16% from 255 or 5.49% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF119 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF119 is #420EE6. Grayscale: #C9C9C9. Windows color (decimal): -4329191 or 1700285. OLE color: 1700285.
HSL color Cylindrical-coordinate representation of color #BDF119: hue angle of 74.44º 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 #BDF119 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 25 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.05 |
| HSL | 74.44º | 0.89% | 0.52% | - |
| HSV(B) | 74.44º | 0.9% | 0.95% | - |
| XYZ | 52.62 | 73.8 | 12.39 | - |
| YUV | 200.83 | 28.77 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 25 | 0.22 | 0 | 0.90 | 0.05 | 74.44 | 0.89 | 0.52 |
| Hex | BD | F1 | 19 | 16 | 0 | 5A | 5 | 4A | 59 | 34 |
| Octal | 275 | 361 | 31 | 26 | 0 | 132 | 5 | 112 | 131 | 64 |
| Binary | 10111101 | 11110001 | 11001 | 10110 | 0 | 1011010 | 101 | 1001010 | 1011001 | 110100 |
Color Harmonies of #BDF119
Complementary color
Monochromatic Colors of #BDF119
Black with #BDF119
Text Example
Text Example
White with #BDF119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF119; }
p { color: rgb(189,241,25); }
H1.HeaderClassName
{
color: #BDF119;
}
.AnyTagClassName
{
color: #BDF119;
}
</style>
background-color css
<style>
a { background-color: #BDF119; }
a { background-color: rgb(189,241,25); }
div.DivClassName
{
background-color: #BDF119;
}
.BgClassName
{
background-color: #BDF119;
}
</style>
border-color css
<style>
span { border-color: #BDF119; }
span { border-color: rgb(189,241,25); }
td.TdClassName
{
border-color: #BDF119;
}
.TagClassName
{
border-color: #BDF119;
}
</style>