Shades of Conifer #BDEF4A
Tints of Conifer #BDEF4A
RGB
CMYK
RGB Variations
Color information
#BDEF4A (or 0xBDEF4A) is known color: Conifer. HEX triplet: BD, EF and 4A. RGB value is (189,239,74). Sum of RGB (Red+Green+Blue) = 189+239+74=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 74 (29.30% from 255 or 14.74% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF4A is #4210B5. Grayscale: #CDCDCD. Windows color (decimal): -4329654 or 4911037. OLE color: 4911037.
HSL color Cylindrical-coordinate representation of color #BDEF4A: hue angle of 78.18º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDEF4A is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 74 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.06 |
| HSL | 78.18º | 0.84% | 0.61% | - |
| HSV(B) | 78.18º | 0.69% | 0.94% | - |
| XYZ | 53.09 | 73.05 | 17.78 | - |
| YUV | 205.24 | 53.94 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 74 | 0.21 | 0 | 0.69 | 0.06 | 78.18 | 0.84 | 0.61 |
| Hex | BD | EF | 4A | 15 | 0 | 45 | 6 | 4E | 54 | 3D |
| Octal | 275 | 357 | 112 | 25 | 0 | 105 | 6 | 116 | 124 | 75 |
| Binary | 10111101 | 11101111 | 1001010 | 10101 | 0 | 1000101 | 110 | 1001110 | 1010100 | 111101 |
Color Harmonies of #BDEF4A
Complementary color
Monochromatic Colors of #BDEF4A
Black with #BDEF4A
Text Example
Text Example
White with #BDEF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF4A; }
p { color: rgb(189,239,74); }
H1.HeaderClassName
{
color: #BDEF4A;
}
.AnyTagClassName
{
color: #BDEF4A;
}
</style>
background-color css
<style>
a { background-color: #BDEF4A; }
a { background-color: rgb(189,239,74); }
div.DivClassName
{
background-color: #BDEF4A;
}
.BgClassName
{
background-color: #BDEF4A;
}
</style>
border-color css
<style>
span { border-color: #BDEF4A; }
span { border-color: rgb(189,239,74); }
td.TdClassName
{
border-color: #BDEF4A;
}
.TagClassName
{
border-color: #BDEF4A;
}
</style>