Shades of Conifer #BDF245
Tints of Conifer #BDF245
RGB
CMYK
RGB Variations
Color information
#BDF245 (or 0xBDF245) is known color: Conifer. HEX triplet: BD, F2 and 45. RGB value is (189,242,69). Sum of RGB (Red+Green+Blue) = 189+242+69=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 69 (27.34% from 255 or 13.8% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF245 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF245 is #420DBA. Grayscale: #CFCFCF. Windows color (decimal): -4328891 or 4584125. OLE color: 4584125.
HSL color Cylindrical-coordinate representation of color #BDF245: hue angle of 78.38º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDF245 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 69 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.05 |
| HSL | 78.38º | 0.87% | 0.61% | - |
| HSV(B) | 78.38º | 0.71% | 0.95% | - |
| XYZ | 53.81 | 74.75 | 17.22 | - |
| YUV | 206.43 | 50.44 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 69 | 0.22 | 0 | 0.71 | 0.05 | 78.38 | 0.87 | 0.61 |
| Hex | BD | F2 | 45 | 16 | 0 | 47 | 5 | 4E | 57 | 3D |
| Octal | 275 | 362 | 105 | 26 | 0 | 107 | 5 | 116 | 127 | 75 |
| Binary | 10111101 | 11110010 | 1000101 | 10110 | 0 | 1000111 | 101 | 1001110 | 1010111 | 111101 |
Color Harmonies of #BDF245
Complementary color
Monochromatic Colors of #BDF245
Black with #BDF245
Text Example
Text Example
White with #BDF245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF245; }
p { color: rgb(189,242,69); }
H1.HeaderClassName
{
color: #BDF245;
}
.AnyTagClassName
{
color: #BDF245;
}
</style>
background-color css
<style>
a { background-color: #BDF245; }
a { background-color: rgb(189,242,69); }
div.DivClassName
{
background-color: #BDF245;
}
.BgClassName
{
background-color: #BDF245;
}
</style>
border-color css
<style>
span { border-color: #BDF245; }
span { border-color: rgb(189,242,69); }
td.TdClassName
{
border-color: #BDF245;
}
.TagClassName
{
border-color: #BDF245;
}
</style>