Shades of Conifer #BDF35C
Tints of Conifer #BDF35C
RGB
CMYK
RGB Variations
Color information
#BDF35C (or 0xBDF35C) is known color: Conifer. HEX triplet: BD, F3 and 5C. RGB value is (189,243,92). Sum of RGB (Red+Green+Blue) = 189+243+92=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 92 (36.33% from 255 or 17.56% from 524); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF35C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF35C is #420CA3. Grayscale: #D2D2D2. Windows color (decimal): -4328612 or 6091709. OLE color: 6091709.
HSL color Cylindrical-coordinate representation of color #BDF35C: hue angle of 81.46º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDF35C is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 92 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.05 |
| HSL | 81.46º | 0.86% | 0.66% | - |
| HSV(B) | 81.46º | 0.62% | 0.95% | - |
| XYZ | 54.97 | 75.69 | 21.84 | - |
| YUV | 209.64 | 61.61 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 92 | 0.22 | 0 | 0.62 | 0.05 | 81.46 | 0.86 | 0.66 |
| Hex | BD | F3 | 5C | 16 | 0 | 3E | 5 | 51 | 56 | 42 |
| Octal | 275 | 363 | 134 | 26 | 0 | 76 | 5 | 121 | 126 | 102 |
| Binary | 10111101 | 11110011 | 1011100 | 10110 | 0 | 111110 | 101 | 1010001 | 1010110 | 1000010 |
Color Harmonies of #BDF35C
Complementary color
Monochromatic Colors of #BDF35C
Black with #BDF35C
Text Example
Text Example
White with #BDF35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF35C; }
p { color: rgb(189,243,92); }
H1.HeaderClassName
{
color: #BDF35C;
}
.AnyTagClassName
{
color: #BDF35C;
}
</style>
background-color css
<style>
a { background-color: #BDF35C; }
a { background-color: rgb(189,243,92); }
div.DivClassName
{
background-color: #BDF35C;
}
.BgClassName
{
background-color: #BDF35C;
}
</style>
border-color css
<style>
span { border-color: #BDF35C; }
span { border-color: rgb(189,243,92); }
td.TdClassName
{
border-color: #BDF35C;
}
.TagClassName
{
border-color: #BDF35C;
}
</style>