Shades of Inch Worm #BDE51F
Tints of Inch Worm #BDE51F
RGB
CMYK
RGB Variations
Color information
#BDE51F (or 0xBDE51F) is known color: Inch Worm. HEX triplet: BD, E5 and 1F. RGB value is (189,229,31). Sum of RGB (Red+Green+Blue) = 189+229+31=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 229 (89.84% from 255 or 51.00% from 449); Blue value is 31 (12.5% from 255 or 6.90% from 449); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE51F is #421AE0. Grayscale: #C3C3C3. Windows color (decimal): -4332257 or 2090429. OLE color: 2090429.
HSL color Cylindrical-coordinate representation of color #BDE51F: hue angle of 72.12º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDE51F is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 31 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.10 |
| HSL | 72.12º | 0.79% | 0.51% | - |
| HSV(B) | 72.12º | 0.86% | 0.9% | - |
| XYZ | 49.25 | 66.96 | 11.62 | - |
| YUV | 194.47 | 35.75 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 31 | 0.17 | 0 | 0.86 | 0.10 | 72.12 | 0.79 | 0.51 |
| Hex | BD | E5 | 1F | 11 | 0 | 56 | A | 48 | 4F | 33 |
| Octal | 275 | 345 | 37 | 21 | 0 | 126 | 12 | 110 | 117 | 63 |
| Binary | 10111101 | 11100101 | 11111 | 10001 | 0 | 1010110 | 1010 | 1001000 | 1001111 | 110011 |
Color Harmonies of #BDE51F
Complementary color
Monochromatic Colors of #BDE51F
Black with #BDE51F
Text Example
Text Example
White with #BDE51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE51F; }
p { color: rgb(189,229,31); }
H1.HeaderClassName
{
color: #BDE51F;
}
.AnyTagClassName
{
color: #BDE51F;
}
</style>
background-color css
<style>
a { background-color: #BDE51F; }
a { background-color: rgb(189,229,31); }
div.DivClassName
{
background-color: #BDE51F;
}
.BgClassName
{
background-color: #BDE51F;
}
</style>
border-color css
<style>
span { border-color: #BDE51F; }
span { border-color: rgb(189,229,31); }
td.TdClassName
{
border-color: #BDE51F;
}
.TagClassName
{
border-color: #BDE51F;
}
</style>