Shades of Conifer #BDF55D
Tints of Conifer #BDF55D
RGB
CMYK
RGB Variations
Color information
#BDF55D (or 0xBDF55D) is known color: Conifer. HEX triplet: BD, F5 and 5D. RGB value is (189,245,93). Sum of RGB (Red+Green+Blue) = 189+245+93=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF55D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF55D is #420AA2. Grayscale: #D3D3D3. Windows color (decimal): -4328099 or 6157757. OLE color: 6157757.
HSL color Cylindrical-coordinate representation of color #BDF55D: hue angle of 82.11º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDF55D is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 93 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.04 |
| HSL | 82.11º | 0.88% | 0.66% | - |
| HSV(B) | 82.11º | 0.62% | 0.96% | - |
| XYZ | 55.61 | 76.91 | 22.27 | - |
| YUV | 210.93 | 61.45 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 93 | 0.23 | 0 | 0.62 | 0.04 | 82.11 | 0.88 | 0.66 |
| Hex | BD | F5 | 5D | 17 | 0 | 3E | 4 | 52 | 58 | 42 |
| Octal | 275 | 365 | 135 | 27 | 0 | 76 | 4 | 122 | 130 | 102 |
| Binary | 10111101 | 11110101 | 1011101 | 10111 | 0 | 111110 | 100 | 1010010 | 1011000 | 1000010 |
Color Harmonies of #BDF55D
Complementary color
Monochromatic Colors of #BDF55D
Black with #BDF55D
Text Example
Text Example
White with #BDF55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF55D; }
p { color: rgb(189,245,93); }
H1.HeaderClassName
{
color: #BDF55D;
}
.AnyTagClassName
{
color: #BDF55D;
}
</style>
background-color css
<style>
a { background-color: #BDF55D; }
a { background-color: rgb(189,245,93); }
div.DivClassName
{
background-color: #BDF55D;
}
.BgClassName
{
background-color: #BDF55D;
}
</style>
border-color css
<style>
span { border-color: #BDF55D; }
span { border-color: rgb(189,245,93); }
td.TdClassName
{
border-color: #BDF55D;
}
.TagClassName
{
border-color: #BDF55D;
}
</style>