Shades of Conifer #BDEF4C
Tints of Conifer #BDEF4C
RGB
CMYK
RGB Variations
Color information
#BDEF4C (or 0xBDEF4C) is known color: Conifer. HEX triplet: BD, EF and 4C. RGB value is (189,239,76). Sum of RGB (Red+Green+Blue) = 189+239+76=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 76 (30.08% from 255 or 15.08% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF4C is #4210B3. Grayscale: #CECECE. Windows color (decimal): -4329652 or 5042109. OLE color: 5042109.
HSL color Cylindrical-coordinate representation of color #BDEF4C: hue angle of 78.4º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDEF4C is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 76 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.06 |
| HSL | 78.4º | 0.84% | 0.62% | - |
| HSV(B) | 78.4º | 0.68% | 0.94% | - |
| XYZ | 53.16 | 73.07 | 18.14 | - |
| YUV | 205.47 | 54.94 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 76 | 0.21 | 0 | 0.68 | 0.06 | 78.4 | 0.84 | 0.62 |
| Hex | BD | EF | 4C | 15 | 0 | 44 | 6 | 4E | 54 | 3E |
| Octal | 275 | 357 | 114 | 25 | 0 | 104 | 6 | 116 | 124 | 76 |
| Binary | 10111101 | 11101111 | 1001100 | 10101 | 0 | 1000100 | 110 | 1001110 | 1010100 | 111110 |
Color Harmonies of #BDEF4C
Complementary color
Monochromatic Colors of #BDEF4C
Black with #BDEF4C
Text Example
Text Example
White with #BDEF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF4C; }
p { color: rgb(189,239,76); }
H1.HeaderClassName
{
color: #BDEF4C;
}
.AnyTagClassName
{
color: #BDEF4C;
}
</style>
background-color css
<style>
a { background-color: #BDEF4C; }
a { background-color: rgb(189,239,76); }
div.DivClassName
{
background-color: #BDEF4C;
}
.BgClassName
{
background-color: #BDEF4C;
}
</style>
border-color css
<style>
span { border-color: #BDEF4C; }
span { border-color: rgb(189,239,76); }
td.TdClassName
{
border-color: #BDEF4C;
}
.TagClassName
{
border-color: #BDEF4C;
}
</style>