Shades of Conifer #BDEF4F
Tints of Conifer #BDEF4F
RGB
CMYK
RGB Variations
Color information
#BDEF4F (or 0xBDEF4F) is known color: Conifer. HEX triplet: BD, EF and 4F. RGB value is (189,239,79). Sum of RGB (Red+Green+Blue) = 189+239+79=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 79 (31.25% from 255 or 15.58% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF4F is #4210B0. Grayscale: #CECECE. Windows color (decimal): -4329649 or 5238717. OLE color: 5238717.
HSL color Cylindrical-coordinate representation of color #BDEF4F: hue angle of 78.75º 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 #BDEF4F is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 79 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.06 |
| HSL | 78.75º | 0.83% | 0.62% | - |
| HSV(B) | 78.75º | 0.67% | 0.94% | - |
| XYZ | 53.26 | 73.12 | 18.7 | - |
| YUV | 205.81 | 56.44 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 79 | 0.21 | 0 | 0.67 | 0.06 | 78.75 | 0.83 | 0.62 |
| Hex | BD | EF | 4F | 15 | 0 | 43 | 6 | 4F | 53 | 3E |
| Octal | 275 | 357 | 117 | 25 | 0 | 103 | 6 | 117 | 123 | 76 |
| Binary | 10111101 | 11101111 | 1001111 | 10101 | 0 | 1000011 | 110 | 1001111 | 1010011 | 111110 |
Color Harmonies of #BDEF4F
Complementary color
Monochromatic Colors of #BDEF4F
Black with #BDEF4F
Text Example
Text Example
White with #BDEF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF4F; }
p { color: rgb(189,239,79); }
H1.HeaderClassName
{
color: #BDEF4F;
}
.AnyTagClassName
{
color: #BDEF4F;
}
</style>
background-color css
<style>
a { background-color: #BDEF4F; }
a { background-color: rgb(189,239,79); }
div.DivClassName
{
background-color: #BDEF4F;
}
.BgClassName
{
background-color: #BDEF4F;
}
</style>
border-color css
<style>
span { border-color: #BDEF4F; }
span { border-color: rgb(189,239,79); }
td.TdClassName
{
border-color: #BDEF4F;
}
.TagClassName
{
border-color: #BDEF4F;
}
</style>