Shades of Inch Worm #BDEF23
Tints of Inch Worm #BDEF23
RGB
CMYK
RGB Variations
Color information
#BDEF23 (or 0xBDEF23) is known color: Inch Worm. HEX triplet: BD, EF and 23. RGB value is (189,239,35). Sum of RGB (Red+Green+Blue) = 189+239+35=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 239 (93.75% from 255 or 51.62% from 463); Blue value is 35 (14.06% from 255 or 7.56% from 463); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF23 is #4210DC. Grayscale: #C9C9C9. Windows color (decimal): -4329693 or 2355133. OLE color: 2355133.
HSL color Cylindrical-coordinate representation of color #BDEF23: hue angle of 74.71º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDEF23 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 35 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.06 |
| HSL | 74.71º | 0.86% | 0.54% | - |
| HSV(B) | 74.71º | 0.85% | 0.94% | - |
| XYZ | 52.16 | 72.67 | 12.87 | - |
| YUV | 200.79 | 34.44 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 35 | 0.21 | 0 | 0.85 | 0.06 | 74.71 | 0.86 | 0.54 |
| Hex | BD | EF | 23 | 15 | 0 | 55 | 6 | 4B | 56 | 36 |
| Octal | 275 | 357 | 43 | 25 | 0 | 125 | 6 | 113 | 126 | 66 |
| Binary | 10111101 | 11101111 | 100011 | 10101 | 0 | 1010101 | 110 | 1001011 | 1010110 | 110110 |
Color Harmonies of #BDEF23
Complementary color
Monochromatic Colors of #BDEF23
Black with #BDEF23
Text Example
Text Example
White with #BDEF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF23; }
p { color: rgb(189,239,35); }
H1.HeaderClassName
{
color: #BDEF23;
}
.AnyTagClassName
{
color: #BDEF23;
}
</style>
background-color css
<style>
a { background-color: #BDEF23; }
a { background-color: rgb(189,239,35); }
div.DivClassName
{
background-color: #BDEF23;
}
.BgClassName
{
background-color: #BDEF23;
}
</style>
border-color css
<style>
span { border-color: #BDEF23; }
span { border-color: rgb(189,239,35); }
td.TdClassName
{
border-color: #BDEF23;
}
.TagClassName
{
border-color: #BDEF23;
}
</style>