Shades of Inch Worm #BDEF27
Tints of Inch Worm #BDEF27
RGB
CMYK
RGB Variations
Color information
#BDEF27 (or 0xBDEF27) is known color: Inch Worm. HEX triplet: BD, EF and 27. RGB value is (189,239,39). Sum of RGB (Red+Green+Blue) = 189+239+39=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 39 (15.62% from 255 or 8.35% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF27 is #4210D8. Grayscale: #C9C9C9. Windows color (decimal): -4329689 or 2617277. OLE color: 2617277.
HSL color Cylindrical-coordinate representation of color #BDEF27: hue angle of 75º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDEF27 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 39 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.06 |
| HSL | 75º | 0.86% | 0.55% | - |
| HSV(B) | 75º | 0.84% | 0.94% | - |
| XYZ | 52.22 | 72.7 | 13.2 | - |
| YUV | 201.25 | 36.44 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 39 | 0.21 | 0 | 0.84 | 0.06 | 75 | 0.86 | 0.55 |
| Hex | BD | EF | 27 | 15 | 0 | 54 | 6 | 4B | 56 | 37 |
| Octal | 275 | 357 | 47 | 25 | 0 | 124 | 6 | 113 | 126 | 67 |
| Binary | 10111101 | 11101111 | 100111 | 10101 | 0 | 1010100 | 110 | 1001011 | 1010110 | 110111 |
Color Harmonies of #BDEF27
Complementary color
Monochromatic Colors of #BDEF27
Black with #BDEF27
Text Example
Text Example
White with #BDEF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF27; }
p { color: rgb(189,239,39); }
H1.HeaderClassName
{
color: #BDEF27;
}
.AnyTagClassName
{
color: #BDEF27;
}
</style>
background-color css
<style>
a { background-color: #BDEF27; }
a { background-color: rgb(189,239,39); }
div.DivClassName
{
background-color: #BDEF27;
}
.BgClassName
{
background-color: #BDEF27;
}
</style>
border-color css
<style>
span { border-color: #BDEF27; }
span { border-color: rgb(189,239,39); }
td.TdClassName
{
border-color: #BDEF27;
}
.TagClassName
{
border-color: #BDEF27;
}
</style>