Shades of Conifer #B0D753
Tints of Conifer #B0D753
RGB
CMYK
RGB Variations
Color information
#B0D753 (or 0xB0D753) is known color: Conifer. HEX triplet: B0, D7 and 53. RGB value is (176,215,83). Sum of RGB (Red+Green+Blue) = 176+215+83=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 83 (32.81% from 255 or 17.51% from 474); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D753 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D753 is #4F28AC. Grayscale: #BCBCBC. Windows color (decimal): -5187757 or 5494704. OLE color: 5494704.
HSL color Cylindrical-coordinate representation of color #B0D753: hue angle of 77.73º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0D753 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 215 | 83 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.16 |
| HSL | 77.73º | 0.62% | 0.58% | - |
| HSV(B) | 77.73º | 0.61% | 0.84% | - |
| XYZ | 43.77 | 58.46 | 17.16 | - |
| YUV | 188.29 | 68.58 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 215 | 83 | 0.18 | 0 | 0.61 | 0.16 | 77.73 | 0.62 | 0.58 |
| Hex | B0 | D7 | 53 | 12 | 0 | 3D | 10 | 4E | 3E | 3A |
| Octal | 260 | 327 | 123 | 22 | 0 | 75 | 20 | 116 | 76 | 72 |
| Binary | 10110000 | 11010111 | 1010011 | 10010 | 0 | 111101 | 10000 | 1001110 | 111110 | 111010 |
Color Harmonies of #B0D753
Complementary color
Monochromatic Colors of #B0D753
Black with #B0D753
Text Example
Text Example
White with #B0D753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D753; }
p { color: rgb(176,215,83); }
H1.HeaderClassName
{
color: #B0D753;
}
.AnyTagClassName
{
color: #B0D753;
}
</style>
background-color css
<style>
a { background-color: #B0D753; }
a { background-color: rgb(176,215,83); }
div.DivClassName
{
background-color: #B0D753;
}
.BgClassName
{
background-color: #B0D753;
}
</style>
border-color css
<style>
span { border-color: #B0D753; }
span { border-color: rgb(176,215,83); }
td.TdClassName
{
border-color: #B0D753;
}
.TagClassName
{
border-color: #B0D753;
}
</style>