Shades of Inch Worm #BDEF1F
Tints of Inch Worm #BDEF1F
RGB
CMYK
RGB Variations
Color information
#BDEF1F (or 0xBDEF1F) is known color: Inch Worm. HEX triplet: BD, EF and 1F. RGB value is (189,239,31). Sum of RGB (Red+Green+Blue) = 189+239+31=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 239 (93.75% from 255 or 52.07% from 459); Blue value is 31 (12.5% from 255 or 6.75% from 459); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF1F is #4210E0. Grayscale: #C9C9C9. Windows color (decimal): -4329697 or 2092989. OLE color: 2092989.
HSL color Cylindrical-coordinate representation of color #BDEF1F: hue angle of 74.42º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDEF1F is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 31 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.06 |
| HSL | 74.42º | 0.87% | 0.53% | - |
| HSV(B) | 74.42º | 0.87% | 0.94% | - |
| XYZ | 52.1 | 72.65 | 12.57 | - |
| YUV | 200.34 | 32.44 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 31 | 0.21 | 0 | 0.87 | 0.06 | 74.42 | 0.87 | 0.53 |
| Hex | BD | EF | 1F | 15 | 0 | 57 | 6 | 4A | 57 | 35 |
| Octal | 275 | 357 | 37 | 25 | 0 | 127 | 6 | 112 | 127 | 65 |
| Binary | 10111101 | 11101111 | 11111 | 10101 | 0 | 1010111 | 110 | 1001010 | 1010111 | 110101 |
Color Harmonies of #BDEF1F
Complementary color
Monochromatic Colors of #BDEF1F
Black with #BDEF1F
Text Example
Text Example
White with #BDEF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF1F; }
p { color: rgb(189,239,31); }
H1.HeaderClassName
{
color: #BDEF1F;
}
.AnyTagClassName
{
color: #BDEF1F;
}
</style>
background-color css
<style>
a { background-color: #BDEF1F; }
a { background-color: rgb(189,239,31); }
div.DivClassName
{
background-color: #BDEF1F;
}
.BgClassName
{
background-color: #BDEF1F;
}
</style>
border-color css
<style>
span { border-color: #BDEF1F; }
span { border-color: rgb(189,239,31); }
td.TdClassName
{
border-color: #BDEF1F;
}
.TagClassName
{
border-color: #BDEF1F;
}
</style>