Shades of Conifer #BDF362
Tints of Conifer #BDF362
RGB
CMYK
RGB Variations
Color information
#BDF362 (or 0xBDF362) is known color: Conifer. HEX triplet: BD, F3 and 62. RGB value is (189,243,98). Sum of RGB (Red+Green+Blue) = 189+243+98=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 98 (38.67% from 255 or 18.49% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF362 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF362 is #420C9D. Grayscale: #D2D2D2. Windows color (decimal): -4328606 or 6484925. OLE color: 6484925.
HSL color Cylindrical-coordinate representation of color #BDF362: hue angle of 82.34º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDF362 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 98 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.05 |
| HSL | 82.34º | 0.86% | 0.67% | - |
| HSV(B) | 82.34º | 0.6% | 0.95% | - |
| XYZ | 55.24 | 75.8 | 23.27 | - |
| YUV | 210.32 | 64.61 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 98 | 0.22 | 0 | 0.60 | 0.05 | 82.34 | 0.86 | 0.67 |
| Hex | BD | F3 | 62 | 16 | 0 | 3C | 5 | 52 | 56 | 43 |
| Octal | 275 | 363 | 142 | 26 | 0 | 74 | 5 | 122 | 126 | 103 |
| Binary | 10111101 | 11110011 | 1100010 | 10110 | 0 | 111100 | 101 | 1010010 | 1010110 | 1000011 |
Color Harmonies of #BDF362
Complementary color
Monochromatic Colors of #BDF362
Black with #BDF362
Text Example
Text Example
White with #BDF362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF362; }
p { color: rgb(189,243,98); }
H1.HeaderClassName
{
color: #BDF362;
}
.AnyTagClassName
{
color: #BDF362;
}
</style>
background-color css
<style>
a { background-color: #BDF362; }
a { background-color: rgb(189,243,98); }
div.DivClassName
{
background-color: #BDF362;
}
.BgClassName
{
background-color: #BDF362;
}
</style>
border-color css
<style>
span { border-color: #BDF362; }
span { border-color: rgb(189,243,98); }
td.TdClassName
{
border-color: #BDF362;
}
.TagClassName
{
border-color: #BDF362;
}
</style>