Shades of Inch Worm #BDF714
Tints of Inch Worm #BDF714
RGB
CMYK
RGB Variations
Color information
#BDF714 (or 0xBDF714) is known color: Inch Worm. HEX triplet: BD, F7 and 14. RGB value is (189,247,20). Sum of RGB (Red+Green+Blue) = 189+247+20=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 247 (96.88% from 255 or 54.17% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF714 is #4208EB. Grayscale: #CCCCCC. Windows color (decimal): -4327660 or 1374141. OLE color: 1374141.
HSL color Cylindrical-coordinate representation of color #BDF714: hue angle of 75.33º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDF714 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 20 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.03 |
| HSL | 75.33º | 0.93% | 0.52% | - |
| HSV(B) | 75.33º | 0.92% | 0.97% | - |
| XYZ | 54.37 | 77.39 | 12.73 | - |
| YUV | 203.78 | 24.28 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 20 | 0.23 | 0 | 0.92 | 0.03 | 75.33 | 0.93 | 0.52 |
| Hex | BD | F7 | 14 | 17 | 0 | 5C | 3 | 4B | 5D | 34 |
| Octal | 275 | 367 | 24 | 27 | 0 | 134 | 3 | 113 | 135 | 64 |
| Binary | 10111101 | 11110111 | 10100 | 10111 | 0 | 1011100 | 11 | 1001011 | 1011101 | 110100 |
Color Harmonies of #BDF714
Complementary color
Monochromatic Colors of #BDF714
Black with #BDF714
Text Example
Text Example
White with #BDF714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF714; }
p { color: rgb(189,247,20); }
H1.HeaderClassName
{
color: #BDF714;
}
.AnyTagClassName
{
color: #BDF714;
}
</style>
background-color css
<style>
a { background-color: #BDF714; }
a { background-color: rgb(189,247,20); }
div.DivClassName
{
background-color: #BDF714;
}
.BgClassName
{
background-color: #BDF714;
}
</style>
border-color css
<style>
span { border-color: #BDF714; }
span { border-color: rgb(189,247,20); }
td.TdClassName
{
border-color: #BDF714;
}
.TagClassName
{
border-color: #BDF714;
}
</style>