Shades of Conifer #BDEF4E
Tints of Conifer #BDEF4E
RGB
CMYK
RGB Variations
Color information
#BDEF4E (or 0xBDEF4E) is known color: Conifer. HEX triplet: BD, EF and 4E. RGB value is (189,239,78). Sum of RGB (Red+Green+Blue) = 189+239+78=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 78 (30.86% from 255 or 15.42% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF4E is #4210B1. Grayscale: #CECECE. Windows color (decimal): -4329650 or 5173181. OLE color: 5173181.
HSL color Cylindrical-coordinate representation of color #BDEF4E: hue angle of 78.63º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDEF4E is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 78 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.06 |
| HSL | 78.63º | 0.83% | 0.62% | - |
| HSV(B) | 78.63º | 0.67% | 0.94% | - |
| XYZ | 53.23 | 73.1 | 18.51 | - |
| YUV | 205.7 | 55.94 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 78 | 0.21 | 0 | 0.67 | 0.06 | 78.63 | 0.83 | 0.62 |
| Hex | BD | EF | 4E | 15 | 0 | 43 | 6 | 4F | 53 | 3E |
| Octal | 275 | 357 | 116 | 25 | 0 | 103 | 6 | 117 | 123 | 76 |
| Binary | 10111101 | 11101111 | 1001110 | 10101 | 0 | 1000011 | 110 | 1001111 | 1010011 | 111110 |
Color Harmonies of #BDEF4E
Complementary color
Monochromatic Colors of #BDEF4E
Black with #BDEF4E
Text Example
Text Example
White with #BDEF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF4E; }
p { color: rgb(189,239,78); }
H1.HeaderClassName
{
color: #BDEF4E;
}
.AnyTagClassName
{
color: #BDEF4E;
}
</style>
background-color css
<style>
a { background-color: #BDEF4E; }
a { background-color: rgb(189,239,78); }
div.DivClassName
{
background-color: #BDEF4E;
}
.BgClassName
{
background-color: #BDEF4E;
}
</style>
border-color css
<style>
span { border-color: #BDEF4E; }
span { border-color: rgb(189,239,78); }
td.TdClassName
{
border-color: #BDEF4E;
}
.TagClassName
{
border-color: #BDEF4E;
}
</style>