Shades of Conifer #BDEF41
Tints of Conifer #BDEF41
RGB
CMYK
RGB Variations
Color information
#BDEF41 (or 0xBDEF41) is known color: Conifer. HEX triplet: BD, EF and 41. RGB value is (189,239,65). Sum of RGB (Red+Green+Blue) = 189+239+65=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 65 (25.78% from 255 or 13.18% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF41 is #4210BE. Grayscale: #CCCCCC. Windows color (decimal): -4329663 or 4321213. OLE color: 4321213.
HSL color Cylindrical-coordinate representation of color #BDEF41: hue angle of 77.24º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDEF41 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 65 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.06 |
| HSL | 77.24º | 0.84% | 0.6% | - |
| HSV(B) | 77.24º | 0.73% | 0.94% | - |
| XYZ | 52.81 | 72.93 | 16.3 | - |
| YUV | 204.21 | 49.44 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 65 | 0.21 | 0 | 0.73 | 0.06 | 77.24 | 0.84 | 0.6 |
| Hex | BD | EF | 41 | 15 | 0 | 49 | 6 | 4D | 54 | 3C |
| Octal | 275 | 357 | 101 | 25 | 0 | 111 | 6 | 115 | 124 | 74 |
| Binary | 10111101 | 11101111 | 1000001 | 10101 | 0 | 1001001 | 110 | 1001101 | 1010100 | 111100 |
Color Harmonies of #BDEF41
Complementary color
Monochromatic Colors of #BDEF41
Black with #BDEF41
Text Example
Text Example
White with #BDEF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEF41; }
p { color: rgb(189,239,65); }
H1.HeaderClassName
{
color: #BDEF41;
}
.AnyTagClassName
{
color: #BDEF41;
}
</style>
background-color css
<style>
a { background-color: #BDEF41; }
a { background-color: rgb(189,239,65); }
div.DivClassName
{
background-color: #BDEF41;
}
.BgClassName
{
background-color: #BDEF41;
}
</style>
border-color css
<style>
span { border-color: #BDEF41; }
span { border-color: rgb(189,239,65); }
td.TdClassName
{
border-color: #BDEF41;
}
.TagClassName
{
border-color: #BDEF41;
}
</style>