Shades of Inch Worm #BDE601
Tints of Inch Worm #BDE601
RGB
CMYK
RGB Variations
Color information
#BDE601 (or 0xBDE601) is known color: Inch Worm. HEX triplet: BD, E6 and 01. RGB value is (189,230,1). Sum of RGB (Red+Green+Blue) = 189+230+1=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 230 (90.23% from 255 or 54.76% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE601 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE601 is #4219FE. Grayscale: #C0C0C0. Windows color (decimal): -4332031 or 124605. OLE color: 124605.
HSL color Cylindrical-coordinate representation of color #BDE601: hue angle of 70.74º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDE601 is Cyan = 0.18, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 1 | - |
| CMYK | 0.18 | 0 | 1.00 | 0.10 |
| HSL | 70.74º | 0.99% | 0.45% | - |
| HSV(B) | 70.74º | 1% | 0.9% | - |
| XYZ | 49.29 | 67.41 | 10.44 | - |
| YUV | 191.64 | 20.42 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 1 | 0.18 | 0 | 1.00 | 0.10 | 70.74 | 0.99 | 0.45 |
| Hex | BD | E6 | 1 | 12 | 0 | 64 | A | 47 | 63 | 2D |
| Octal | 275 | 346 | 1 | 22 | 0 | 144 | 12 | 107 | 143 | 55 |
| Binary | 10111101 | 11100110 | 1 | 10010 | 0 | 1100100 | 1010 | 1000111 | 1100011 | 101101 |
Color Harmonies of #BDE601
Complementary color
Monochromatic Colors of #BDE601
Black with #BDE601
Text Example
Text Example
White with #BDE601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE601; }
p { color: rgb(189,230,1); }
H1.HeaderClassName
{
color: #BDE601;
}
.AnyTagClassName
{
color: #BDE601;
}
</style>
background-color css
<style>
a { background-color: #BDE601; }
a { background-color: rgb(189,230,1); }
div.DivClassName
{
background-color: #BDE601;
}
.BgClassName
{
background-color: #BDE601;
}
</style>
border-color css
<style>
span { border-color: #BDE601; }
span { border-color: rgb(189,230,1); }
td.TdClassName
{
border-color: #BDE601;
}
.TagClassName
{
border-color: #BDE601;
}
</style>