Shades of Conifer #BDEF44
Tints of Conifer #BDEF44
RGB
CMYK
RGB Variations
Color information
#BDEF44 (or 0xBDEF44) is known color: Conifer. HEX triplet: BD, EF and 44. RGB value is (189,239,68). Sum of RGB (Red+Green+Blue) = 189+239+68=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 68 (26.95% from 255 or 13.71% from 496); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF44 is #4210BB. Grayscale: #CDCDCD. Windows color (decimal): -4329660 or 4517821. OLE color: 4517821.
HSL color Cylindrical-coordinate representation of color #BDEF44: hue angle of 77.54º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDEF44 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 68 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.06 |
| HSL | 77.54º | 0.84% | 0.6% | - |
| HSV(B) | 77.54º | 0.72% | 0.94% | - |
| XYZ | 52.9 | 72.97 | 16.77 | - |
| YUV | 204.56 | 50.94 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 68 | 0.21 | 0 | 0.72 | 0.06 | 77.54 | 0.84 | 0.6 |
| Hex | BD | EF | 44 | 15 | 0 | 48 | 6 | 4E | 54 | 3C |
| Octal | 275 | 357 | 104 | 25 | 0 | 110 | 6 | 116 | 124 | 74 |
| Binary | 10111101 | 11101111 | 1000100 | 10101 | 0 | 1001000 | 110 | 1001110 | 1010100 | 111100 |
Color Harmonies of #BDEF44
Complementary color
Monochromatic Colors of #BDEF44
Black with #BDEF44
Text Example
Text Example
White with #BDEF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF44; }
p { color: rgb(189,239,68); }
H1.HeaderClassName
{
color: #BDEF44;
}
.AnyTagClassName
{
color: #BDEF44;
}
</style>
background-color css
<style>
a { background-color: #BDEF44; }
a { background-color: rgb(189,239,68); }
div.DivClassName
{
background-color: #BDEF44;
}
.BgClassName
{
background-color: #BDEF44;
}
</style>
border-color css
<style>
span { border-color: #BDEF44; }
span { border-color: rgb(189,239,68); }
td.TdClassName
{
border-color: #BDEF44;
}
.TagClassName
{
border-color: #BDEF44;
}
</style>