Shades of Conifer #BDF35A
Tints of Conifer #BDF35A
RGB
CMYK
RGB Variations
Color information
#BDF35A (or 0xBDF35A) is known color: Conifer. HEX triplet: BD, F3 and 5A. RGB value is (189,243,90). Sum of RGB (Red+Green+Blue) = 189+243+90=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 243 (95.31% from 255 or 46.55% from 522); Blue value is 90 (35.55% from 255 or 17.24% from 522); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF35A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF35A is #420CA5. Grayscale: #D1D1D1. Windows color (decimal): -4328614 or 5960637. OLE color: 5960637.
HSL color Cylindrical-coordinate representation of color #BDF35A: hue angle of 81.18º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDF35A is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 90 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.05 |
| HSL | 81.18º | 0.86% | 0.65% | - |
| HSV(B) | 81.18º | 0.63% | 0.95% | - |
| XYZ | 54.88 | 75.66 | 21.38 | - |
| YUV | 209.41 | 60.61 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 90 | 0.22 | 0 | 0.63 | 0.05 | 81.18 | 0.86 | 0.65 |
| Hex | BD | F3 | 5A | 16 | 0 | 3F | 5 | 51 | 56 | 41 |
| Octal | 275 | 363 | 132 | 26 | 0 | 77 | 5 | 121 | 126 | 101 |
| Binary | 10111101 | 11110011 | 1011010 | 10110 | 0 | 111111 | 101 | 1010001 | 1010110 | 1000001 |
Color Harmonies of #BDF35A
Complementary color
Monochromatic Colors of #BDF35A
Black with #BDF35A
Text Example
Text Example
White with #BDF35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF35A; }
p { color: rgb(189,243,90); }
H1.HeaderClassName
{
color: #BDF35A;
}
.AnyTagClassName
{
color: #BDF35A;
}
</style>
background-color css
<style>
a { background-color: #BDF35A; }
a { background-color: rgb(189,243,90); }
div.DivClassName
{
background-color: #BDF35A;
}
.BgClassName
{
background-color: #BDF35A;
}
</style>
border-color css
<style>
span { border-color: #BDF35A; }
span { border-color: rgb(189,243,90); }
td.TdClassName
{
border-color: #BDF35A;
}
.TagClassName
{
border-color: #BDF35A;
}
</style>