Shades of Conifer #BDF55C
Tints of Conifer #BDF55C
RGB
CMYK
RGB Variations
Color information
#BDF55C (or 0xBDF55C) is known color: Conifer. HEX triplet: BD, F5 and 5C. RGB value is (189,245,92). Sum of RGB (Red+Green+Blue) = 189+245+92=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 245 (96.09% from 255 or 46.58% from 526); Blue value is 92 (36.33% from 255 or 17.49% from 526); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF55C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF55C is #420AA3. Grayscale: #D3D3D3. Windows color (decimal): -4328100 or 6092221. OLE color: 6092221.
HSL color Cylindrical-coordinate representation of color #BDF55C: hue angle of 81.96º 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 #BDF55C is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 92 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.04 |
| HSL | 81.96º | 0.88% | 0.66% | - |
| HSV(B) | 81.96º | 0.62% | 0.96% | - |
| XYZ | 55.57 | 76.9 | 22.04 | - |
| YUV | 210.81 | 60.95 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 92 | 0.23 | 0 | 0.62 | 0.04 | 81.96 | 0.88 | 0.66 |
| Hex | BD | F5 | 5C | 17 | 0 | 3E | 4 | 52 | 58 | 42 |
| Octal | 275 | 365 | 134 | 27 | 0 | 76 | 4 | 122 | 130 | 102 |
| Binary | 10111101 | 11110101 | 1011100 | 10111 | 0 | 111110 | 100 | 1010010 | 1011000 | 1000010 |
Color Harmonies of #BDF55C
Complementary color
Monochromatic Colors of #BDF55C
Black with #BDF55C
Text Example
Text Example
White with #BDF55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF55C; }
p { color: rgb(189,245,92); }
H1.HeaderClassName
{
color: #BDF55C;
}
.AnyTagClassName
{
color: #BDF55C;
}
</style>
background-color css
<style>
a { background-color: #BDF55C; }
a { background-color: rgb(189,245,92); }
div.DivClassName
{
background-color: #BDF55C;
}
.BgClassName
{
background-color: #BDF55C;
}
</style>
border-color css
<style>
span { border-color: #BDF55C; }
span { border-color: rgb(189,245,92); }
td.TdClassName
{
border-color: #BDF55C;
}
.TagClassName
{
border-color: #BDF55C;
}
</style>