Shades of Conifer #BDEE4A
Tints of Conifer #BDEE4A
RGB
CMYK
RGB Variations
Color information
#BDEE4A (or 0xBDEE4A) is known color: Conifer. HEX triplet: BD, EE and 4A. RGB value is (189,238,74). Sum of RGB (Red+Green+Blue) = 189+238+74=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEE4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEE4A is #4211B5. Grayscale: #CDCDCD. Windows color (decimal): -4329910 or 4910781. OLE color: 4910781.
HSL color Cylindrical-coordinate representation of color #BDEE4A: hue angle of 77.93º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDEE4A is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 238 | 74 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.07 |
| HSL | 77.93º | 0.83% | 0.61% | - |
| HSV(B) | 77.93º | 0.69% | 0.93% | - |
| XYZ | 52.8 | 72.46 | 17.68 | - |
| YUV | 204.65 | 54.27 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 74 | 0.21 | 0 | 0.69 | 0.07 | 77.93 | 0.83 | 0.61 |
| Hex | BD | EE | 4A | 15 | 0 | 45 | 7 | 4E | 53 | 3D |
| Octal | 275 | 356 | 112 | 25 | 0 | 105 | 7 | 116 | 123 | 75 |
| Binary | 10111101 | 11101110 | 1001010 | 10101 | 0 | 1000101 | 111 | 1001110 | 1010011 | 111101 |
Color Harmonies of #BDEE4A
Complementary color
Monochromatic Colors of #BDEE4A
Black with #BDEE4A
Text Example
Text Example
White with #BDEE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEE4A; }
p { color: rgb(189,238,74); }
H1.HeaderClassName
{
color: #BDEE4A;
}
.AnyTagClassName
{
color: #BDEE4A;
}
</style>
background-color css
<style>
a { background-color: #BDEE4A; }
a { background-color: rgb(189,238,74); }
div.DivClassName
{
background-color: #BDEE4A;
}
.BgClassName
{
background-color: #BDEE4A;
}
</style>
border-color css
<style>
span { border-color: #BDEE4A; }
span { border-color: rgb(189,238,74); }
td.TdClassName
{
border-color: #BDEE4A;
}
.TagClassName
{
border-color: #BDEE4A;
}
</style>