Shades of Conifer #BDFE53
Tints of Conifer #BDFE53
RGB
CMYK
RGB Variations
Color information
#BDFE53 (or 0xBDFE53) is known color: Conifer. HEX triplet: BD, FE and 53. RGB value is (189,254,83). Sum of RGB (Red+Green+Blue) = 189+254+83=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 83 (32.81% from 255 or 15.78% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE53 is #4201AC. Grayscale: #D7D7D7. Windows color (decimal): -4325805 or 5504701. OLE color: 5504701.
HSL color Cylindrical-coordinate representation of color #BDFE53: hue angle of 82.81º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDFE53 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 83 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.00 |
| HSL | 82.81º | 0.99% | 0.66% | - |
| HSV(B) | 82.81º | 0.67% | 1% | - |
| XYZ | 57.99 | 82.33 | 21.02 | - |
| YUV | 215.07 | 53.47 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 83 | 0.26 | 0 | 0.67 | 0.00 | 82.81 | 0.99 | 0.66 |
| Hex | BD | FE | 53 | 1A | 0 | 43 | 0 | 53 | 63 | 42 |
| Octal | 275 | 376 | 123 | 32 | 0 | 103 | 0 | 123 | 143 | 102 |
| Binary | 10111101 | 11111110 | 1010011 | 11010 | 0 | 1000011 | 0 | 1010011 | 1100011 | 1000010 |
Color Harmonies of #BDFE53
Complementary color
Monochromatic Colors of #BDFE53
Black with #BDFE53
Text Example
Text Example
White with #BDFE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE53; }
p { color: rgb(189,254,83); }
H1.HeaderClassName
{
color: #BDFE53;
}
.AnyTagClassName
{
color: #BDFE53;
}
</style>
background-color css
<style>
a { background-color: #BDFE53; }
a { background-color: rgb(189,254,83); }
div.DivClassName
{
background-color: #BDFE53;
}
.BgClassName
{
background-color: #BDFE53;
}
</style>
border-color css
<style>
span { border-color: #BDFE53; }
span { border-color: rgb(189,254,83); }
td.TdClassName
{
border-color: #BDFE53;
}
.TagClassName
{
border-color: #BDFE53;
}
</style>