Shades of Inch Worm #BDF919
Tints of Inch Worm #BDF919
RGB
CMYK
RGB Variations
Color information
#BDF919 (or 0xBDF919) is known color: Inch Worm. HEX triplet: BD, F9 and 19. RGB value is (189,249,25). Sum of RGB (Red+Green+Blue) = 189+249+25=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 249 (97.66% from 255 or 53.78% from 463); Blue value is 25 (10.16% from 255 or 5.40% from 463); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF919 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF919 is #4206E6. Grayscale: #CECECE. Windows color (decimal): -4327143 or 1702333. OLE color: 1702333.
HSL color Cylindrical-coordinate representation of color #BDF919: hue angle of 76.07º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDF919 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 25 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.02 |
| HSL | 76.07º | 0.95% | 0.54% | - |
| HSV(B) | 76.07º | 0.9% | 0.98% | - |
| XYZ | 55.04 | 78.64 | 13.2 | - |
| YUV | 205.52 | 26.12 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 25 | 0.24 | 0 | 0.90 | 0.02 | 76.07 | 0.95 | 0.54 |
| Hex | BD | F9 | 19 | 18 | 0 | 5A | 2 | 4C | 5F | 36 |
| Octal | 275 | 371 | 31 | 30 | 0 | 132 | 2 | 114 | 137 | 66 |
| Binary | 10111101 | 11111001 | 11001 | 11000 | 0 | 1011010 | 10 | 1001100 | 1011111 | 110110 |
Color Harmonies of #BDF919
Complementary color
Monochromatic Colors of #BDF919
Black with #BDF919
Text Example
Text Example
White with #BDF919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF919; }
p { color: rgb(189,249,25); }
H1.HeaderClassName
{
color: #BDF919;
}
.AnyTagClassName
{
color: #BDF919;
}
</style>
background-color css
<style>
a { background-color: #BDF919; }
a { background-color: rgb(189,249,25); }
div.DivClassName
{
background-color: #BDF919;
}
.BgClassName
{
background-color: #BDF919;
}
</style>
border-color css
<style>
span { border-color: #BDF919; }
span { border-color: rgb(189,249,25); }
td.TdClassName
{
border-color: #BDF919;
}
.TagClassName
{
border-color: #BDF919;
}
</style>