Shades of Inch Worm #BDE602
Tints of Inch Worm #BDE602
RGB
CMYK
RGB Variations
Color information
#BDE602 (or 0xBDE602) is known color: Inch Worm. HEX triplet: BD, E6 and 02. RGB value is (189,230,2). Sum of RGB (Red+Green+Blue) = 189+230+2=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 230 (90.23% from 255 or 54.63% from 421); Blue value is 2 (1.17% from 255 or 0.48% from 421); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE602 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE602 is #4219FD. Grayscale: #C0C0C0. Windows color (decimal): -4332030 or 190141. OLE color: 190141.
HSL color Cylindrical-coordinate representation of color #BDE602: hue angle of 70.79º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDE602 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 2 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.10 |
| HSL | 70.79º | 0.98% | 0.45% | - |
| HSV(B) | 70.79º | 0.99% | 0.9% | - |
| XYZ | 49.29 | 67.42 | 10.47 | - |
| YUV | 191.75 | 20.92 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 2 | 0.18 | 0 | 0.99 | 0.10 | 70.79 | 0.98 | 0.45 |
| Hex | BD | E6 | 2 | 12 | 0 | 63 | A | 47 | 62 | 2D |
| Octal | 275 | 346 | 2 | 22 | 0 | 143 | 12 | 107 | 142 | 55 |
| Binary | 10111101 | 11100110 | 10 | 10010 | 0 | 1100011 | 1010 | 1000111 | 1100010 | 101101 |
Color Harmonies of #BDE602
Complementary color
Monochromatic Colors of #BDE602
Black with #BDE602
Text Example
Text Example
White with #BDE602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE602; }
p { color: rgb(189,230,2); }
H1.HeaderClassName
{
color: #BDE602;
}
.AnyTagClassName
{
color: #BDE602;
}
</style>
background-color css
<style>
a { background-color: #BDE602; }
a { background-color: rgb(189,230,2); }
div.DivClassName
{
background-color: #BDE602;
}
.BgClassName
{
background-color: #BDE602;
}
</style>
border-color css
<style>
span { border-color: #BDE602; }
span { border-color: rgb(189,230,2); }
td.TdClassName
{
border-color: #BDE602;
}
.TagClassName
{
border-color: #BDE602;
}
</style>