Shades of Inch Worm #BDE60C
Tints of Inch Worm #BDE60C
RGB
CMYK
RGB Variations
Color information
#BDE60C (or 0xBDE60C) is known color: Inch Worm. HEX triplet: BD, E6 and 0C. RGB value is (189,230,12). Sum of RGB (Red+Green+Blue) = 189+230+12=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 230 (90.23% from 255 or 53.36% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE60C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE60C is #4219F3. Grayscale: #C1C1C1. Windows color (decimal): -4332020 or 845501. OLE color: 845501.
HSL color Cylindrical-coordinate representation of color #BDE60C: hue angle of 71.28º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDE60C is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 12 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.10 |
| HSL | 71.28º | 0.9% | 0.47% | - |
| HSV(B) | 71.28º | 0.95% | 0.9% | - |
| XYZ | 49.35 | 67.44 | 10.76 | - |
| YUV | 192.89 | 25.92 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 12 | 0.18 | 0 | 0.95 | 0.10 | 71.28 | 0.9 | 0.47 |
| Hex | BD | E6 | C | 12 | 0 | 5F | A | 47 | 5A | 2F |
| Octal | 275 | 346 | 14 | 22 | 0 | 137 | 12 | 107 | 132 | 57 |
| Binary | 10111101 | 11100110 | 1100 | 10010 | 0 | 1011111 | 1010 | 1000111 | 1011010 | 101111 |
Color Harmonies of #BDE60C
Complementary color
Monochromatic Colors of #BDE60C
Black with #BDE60C
Text Example
Text Example
White with #BDE60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE60C; }
p { color: rgb(189,230,12); }
H1.HeaderClassName
{
color: #BDE60C;
}
.AnyTagClassName
{
color: #BDE60C;
}
</style>
background-color css
<style>
a { background-color: #BDE60C; }
a { background-color: rgb(189,230,12); }
div.DivClassName
{
background-color: #BDE60C;
}
.BgClassName
{
background-color: #BDE60C;
}
</style>
border-color css
<style>
span { border-color: #BDE60C; }
span { border-color: rgb(189,230,12); }
td.TdClassName
{
border-color: #BDE60C;
}
.TagClassName
{
border-color: #BDE60C;
}
</style>