Shades of Conifer #BDF85A
Tints of Conifer #BDF85A
RGB
CMYK
RGB Variations
Color information
#BDF85A (or 0xBDF85A) is known color: Conifer. HEX triplet: BD, F8 and 5A. RGB value is (189,248,90). Sum of RGB (Red+Green+Blue) = 189+248+90=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF85A is #4207A5. Grayscale: #D4D4D4. Windows color (decimal): -4327334 or 5961917. OLE color: 5961917.
HSL color Cylindrical-coordinate representation of color #BDF85A: hue angle of 82.41º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDF85A is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 90 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.03 |
| HSL | 82.41º | 0.92% | 0.66% | - |
| HSV(B) | 82.41º | 0.64% | 0.97% | - |
| XYZ | 56.4 | 78.69 | 21.89 | - |
| YUV | 212.35 | 58.95 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 90 | 0.24 | 0 | 0.64 | 0.03 | 82.41 | 0.92 | 0.66 |
| Hex | BD | F8 | 5A | 18 | 0 | 40 | 3 | 52 | 5C | 42 |
| Octal | 275 | 370 | 132 | 30 | 0 | 100 | 3 | 122 | 134 | 102 |
| Binary | 10111101 | 11111000 | 1011010 | 11000 | 0 | 1000000 | 11 | 1010010 | 1011100 | 1000010 |
Color Harmonies of #BDF85A
Complementary color
Monochromatic Colors of #BDF85A
Black with #BDF85A
Text Example
Text Example
White with #BDF85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF85A; }
p { color: rgb(189,248,90); }
H1.HeaderClassName
{
color: #BDF85A;
}
.AnyTagClassName
{
color: #BDF85A;
}
</style>
background-color css
<style>
a { background-color: #BDF85A; }
a { background-color: rgb(189,248,90); }
div.DivClassName
{
background-color: #BDF85A;
}
.BgClassName
{
background-color: #BDF85A;
}
</style>
border-color css
<style>
span { border-color: #BDF85A; }
span { border-color: rgb(189,248,90); }
td.TdClassName
{
border-color: #BDF85A;
}
.TagClassName
{
border-color: #BDF85A;
}
</style>