Shades of Inch Worm #BDEF1B
Tints of Inch Worm #BDEF1B
RGB
CMYK
RGB Variations
Color information
#BDEF1B (or 0xBDEF1B) is known color: Inch Worm. HEX triplet: BD, EF and 1B. RGB value is (189,239,27). Sum of RGB (Red+Green+Blue) = 189+239+27=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 239 (93.75% from 255 or 52.53% from 455); Blue value is 27 (10.94% from 255 or 5.93% from 455); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF1B is #4210E4. Grayscale: #C8C8C8. Windows color (decimal): -4329701 or 1830845. OLE color: 1830845.
HSL color Cylindrical-coordinate representation of color #BDEF1B: hue angle of 74.15º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDEF1B is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 27 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.06 |
| HSL | 74.15º | 0.87% | 0.52% | - |
| HSV(B) | 74.15º | 0.89% | 0.94% | - |
| XYZ | 52.05 | 72.63 | 12.31 | - |
| YUV | 199.88 | 30.44 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 27 | 0.21 | 0 | 0.89 | 0.06 | 74.15 | 0.87 | 0.52 |
| Hex | BD | EF | 1B | 15 | 0 | 59 | 6 | 4A | 57 | 34 |
| Octal | 275 | 357 | 33 | 25 | 0 | 131 | 6 | 112 | 127 | 64 |
| Binary | 10111101 | 11101111 | 11011 | 10101 | 0 | 1011001 | 110 | 1001010 | 1010111 | 110100 |
Color Harmonies of #BDEF1B
Complementary color
Monochromatic Colors of #BDEF1B
Black with #BDEF1B
Text Example
Text Example
White with #BDEF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF1B; }
p { color: rgb(189,239,27); }
H1.HeaderClassName
{
color: #BDEF1B;
}
.AnyTagClassName
{
color: #BDEF1B;
}
</style>
background-color css
<style>
a { background-color: #BDEF1B; }
a { background-color: rgb(189,239,27); }
div.DivClassName
{
background-color: #BDEF1B;
}
.BgClassName
{
background-color: #BDEF1B;
}
</style>
border-color css
<style>
span { border-color: #BDEF1B; }
span { border-color: rgb(189,239,27); }
td.TdClassName
{
border-color: #BDEF1B;
}
.TagClassName
{
border-color: #BDEF1B;
}
</style>