Shades of Inch Worm #BDF718
Tints of Inch Worm #BDF718
RGB
CMYK
RGB Variations
Color information
#BDF718 (or 0xBDF718) is known color: Inch Worm. HEX triplet: BD, F7 and 18. RGB value is (189,247,24). Sum of RGB (Red+Green+Blue) = 189+247+24=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 247 (96.88% from 255 or 53.70% from 460); Blue value is 24 (9.77% from 255 or 5.22% from 460); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF718 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF718 is #4208E7. Grayscale: #CDCDCD. Windows color (decimal): -4327656 or 1636285. OLE color: 1636285.
HSL color Cylindrical-coordinate representation of color #BDF718: hue angle of 75.61º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDF718 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 24 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.03 |
| HSL | 75.61º | 0.93% | 0.53% | - |
| HSV(B) | 75.61º | 0.9% | 0.97% | - |
| XYZ | 54.41 | 77.41 | 12.94 | - |
| YUV | 204.24 | 26.28 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 24 | 0.23 | 0 | 0.90 | 0.03 | 75.61 | 0.93 | 0.53 |
| Hex | BD | F7 | 18 | 17 | 0 | 5A | 3 | 4C | 5D | 35 |
| Octal | 275 | 367 | 30 | 27 | 0 | 132 | 3 | 114 | 135 | 65 |
| Binary | 10111101 | 11110111 | 11000 | 10111 | 0 | 1011010 | 11 | 1001100 | 1011101 | 110101 |
Color Harmonies of #BDF718
Complementary color
Monochromatic Colors of #BDF718
Black with #BDF718
Text Example
Text Example
White with #BDF718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF718; }
p { color: rgb(189,247,24); }
H1.HeaderClassName
{
color: #BDF718;
}
.AnyTagClassName
{
color: #BDF718;
}
</style>
background-color css
<style>
a { background-color: #BDF718; }
a { background-color: rgb(189,247,24); }
div.DivClassName
{
background-color: #BDF718;
}
.BgClassName
{
background-color: #BDF718;
}
</style>
border-color css
<style>
span { border-color: #BDF718; }
span { border-color: rgb(189,247,24); }
td.TdClassName
{
border-color: #BDF718;
}
.TagClassName
{
border-color: #BDF718;
}
</style>