Shades of Inch Worm #BDE102
Tints of Inch Worm #BDE102
RGB
CMYK
RGB Variations
Color information
#BDE102 (or 0xBDE102) is known color: Inch Worm. HEX triplet: BD, E1 and 02. RGB value is (189,225,2). Sum of RGB (Red+Green+Blue) = 189+225+2=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 225 (88.28% from 255 or 54.09% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE102 is #421EFD. Grayscale: #BDBDBD. Windows color (decimal): -4333310 or 188861. OLE color: 188861.
HSL color Cylindrical-coordinate representation of color #BDE102: hue angle of 69.69º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDE102 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.12 |
| HSL | 69.69º | 0.98% | 0.45% | - |
| HSV(B) | 69.69º | 0.99% | 0.88% | - |
| XYZ | 47.92 | 64.67 | 10.01 | - |
| YUV | 188.81 | 22.57 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 2 | 0.16 | 0 | 0.99 | 0.12 | 69.69 | 0.98 | 0.45 |
| Hex | BD | E1 | 2 | 10 | 0 | 63 | C | 46 | 62 | 2D |
| Octal | 275 | 341 | 2 | 20 | 0 | 143 | 14 | 106 | 142 | 55 |
| Binary | 10111101 | 11100001 | 10 | 10000 | 0 | 1100011 | 1100 | 1000110 | 1100010 | 101101 |
Color Harmonies of #BDE102
Complementary color
Monochromatic Colors of #BDE102
Black with #BDE102
Text Example
Text Example
White with #BDE102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE102; }
p { color: rgb(189,225,2); }
H1.HeaderClassName
{
color: #BDE102;
}
.AnyTagClassName
{
color: #BDE102;
}
</style>
background-color css
<style>
a { background-color: #BDE102; }
a { background-color: rgb(189,225,2); }
div.DivClassName
{
background-color: #BDE102;
}
.BgClassName
{
background-color: #BDE102;
}
</style>
border-color css
<style>
span { border-color: #BDE102; }
span { border-color: rgb(189,225,2); }
td.TdClassName
{
border-color: #BDE102;
}
.TagClassName
{
border-color: #BDE102;
}
</style>