Shades of Conifer #BDF35E
Tints of Conifer #BDF35E
RGB
CMYK
RGB Variations
Color information
#BDF35E (or 0xBDF35E) is known color: Conifer. HEX triplet: BD, F3 and 5E. RGB value is (189,243,94). Sum of RGB (Red+Green+Blue) = 189+243+94=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 243 (95.31% from 255 or 46.20% from 526); Blue value is 94 (37.11% from 255 or 17.87% from 526); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF35E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF35E is #420CA1. Grayscale: #D2D2D2. Windows color (decimal): -4328610 or 6222781. OLE color: 6222781.
HSL color Cylindrical-coordinate representation of color #BDF35E: hue angle of 81.74º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDF35E is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 94 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.05 |
| HSL | 81.74º | 0.86% | 0.66% | - |
| HSV(B) | 81.74º | 0.61% | 0.95% | - |
| XYZ | 55.06 | 75.73 | 22.3 | - |
| YUV | 209.87 | 62.61 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 94 | 0.22 | 0 | 0.61 | 0.05 | 81.74 | 0.86 | 0.66 |
| Hex | BD | F3 | 5E | 16 | 0 | 3D | 5 | 52 | 56 | 42 |
| Octal | 275 | 363 | 136 | 26 | 0 | 75 | 5 | 122 | 126 | 102 |
| Binary | 10111101 | 11110011 | 1011110 | 10110 | 0 | 111101 | 101 | 1010010 | 1010110 | 1000010 |
Color Harmonies of #BDF35E
Complementary color
Monochromatic Colors of #BDF35E
Black with #BDF35E
Text Example
Text Example
White with #BDF35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF35E; }
p { color: rgb(189,243,94); }
H1.HeaderClassName
{
color: #BDF35E;
}
.AnyTagClassName
{
color: #BDF35E;
}
</style>
background-color css
<style>
a { background-color: #BDF35E; }
a { background-color: rgb(189,243,94); }
div.DivClassName
{
background-color: #BDF35E;
}
.BgClassName
{
background-color: #BDF35E;
}
</style>
border-color css
<style>
span { border-color: #BDF35E; }
span { border-color: rgb(189,243,94); }
td.TdClassName
{
border-color: #BDF35E;
}
.TagClassName
{
border-color: #BDF35E;
}
</style>