Shades of Inch Worm #BDF30C
Tints of Inch Worm #BDF30C
RGB
CMYK
RGB Variations
Color information
#BDF30C (or 0xBDF30C) is known color: Inch Worm. HEX triplet: BD, F3 and 0C. RGB value is (189,243,12). Sum of RGB (Red+Green+Blue) = 189+243+12=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 243 (95.31% from 255 or 54.73% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF30C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF30C is #420CF3. Grayscale: #C9C9C9. Windows color (decimal): -4328692 or 848829. OLE color: 848829.
HSL color Cylindrical-coordinate representation of color #BDF30C: hue angle of 74.03º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDF30C is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 12 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.05 |
| HSL | 74.03º | 0.91% | 0.5% | - |
| HSV(B) | 74.03º | 0.95% | 0.95% | - |
| XYZ | 53.1 | 74.95 | 12.02 | - |
| YUV | 200.52 | 21.61 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 12 | 0.22 | 0 | 0.95 | 0.05 | 74.03 | 0.91 | 0.5 |
| Hex | BD | F3 | C | 16 | 0 | 5F | 5 | 4A | 5B | 32 |
| Octal | 275 | 363 | 14 | 26 | 0 | 137 | 5 | 112 | 133 | 62 |
| Binary | 10111101 | 11110011 | 1100 | 10110 | 0 | 1011111 | 101 | 1001010 | 1011011 | 110010 |
Color Harmonies of #BDF30C
Complementary color
Monochromatic Colors of #BDF30C
Black with #BDF30C
Text Example
Text Example
White with #BDF30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF30C; }
p { color: rgb(189,243,12); }
H1.HeaderClassName
{
color: #BDF30C;
}
.AnyTagClassName
{
color: #BDF30C;
}
</style>
background-color css
<style>
a { background-color: #BDF30C; }
a { background-color: rgb(189,243,12); }
div.DivClassName
{
background-color: #BDF30C;
}
.BgClassName
{
background-color: #BDF30C;
}
</style>
border-color css
<style>
span { border-color: #BDF30C; }
span { border-color: rgb(189,243,12); }
td.TdClassName
{
border-color: #BDF30C;
}
.TagClassName
{
border-color: #BDF30C;
}
</style>