Shades of Inch Worm #BDF30D
Tints of Inch Worm #BDF30D
RGB
CMYK
RGB Variations
Color information
#BDF30D (or 0xBDF30D) is known color: Inch Worm. HEX triplet: BD, F3 and 0D. RGB value is (189,243,13). Sum of RGB (Red+Green+Blue) = 189+243+13=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 243 (95.31% from 255 or 54.61% from 445); Blue value is 13 (5.47% from 255 or 2.92% from 445); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF30D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF30D is #420CF2. Grayscale: #C9C9C9. Windows color (decimal): -4328691 or 914365. OLE color: 914365.
HSL color Cylindrical-coordinate representation of color #BDF30D: hue angle of 74.09º 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 #BDF30D is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 13 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.05 |
| HSL | 74.09º | 0.91% | 0.5% | - |
| HSV(B) | 74.09º | 0.95% | 0.95% | - |
| XYZ | 53.11 | 74.95 | 12.05 | - |
| YUV | 200.63 | 22.11 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 13 | 0.22 | 0 | 0.95 | 0.05 | 74.09 | 0.91 | 0.5 |
| Hex | BD | F3 | D | 16 | 0 | 5F | 5 | 4A | 5B | 32 |
| Octal | 275 | 363 | 15 | 26 | 0 | 137 | 5 | 112 | 133 | 62 |
| Binary | 10111101 | 11110011 | 1101 | 10110 | 0 | 1011111 | 101 | 1001010 | 1011011 | 110010 |
Color Harmonies of #BDF30D
Complementary color
Monochromatic Colors of #BDF30D
Black with #BDF30D
Text Example
Text Example
White with #BDF30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF30D; }
p { color: rgb(189,243,13); }
H1.HeaderClassName
{
color: #BDF30D;
}
.AnyTagClassName
{
color: #BDF30D;
}
</style>
background-color css
<style>
a { background-color: #BDF30D; }
a { background-color: rgb(189,243,13); }
div.DivClassName
{
background-color: #BDF30D;
}
.BgClassName
{
background-color: #BDF30D;
}
</style>
border-color css
<style>
span { border-color: #BDF30D; }
span { border-color: rgb(189,243,13); }
td.TdClassName
{
border-color: #BDF30D;
}
.TagClassName
{
border-color: #BDF30D;
}
</style>