Shades of Conifer #B2DD53
Tints of Conifer #B2DD53
RGB
CMYK
RGB Variations
Color information
#B2DD53 (or 0xB2DD53) is known color: Conifer. HEX triplet: B2, DD and 53. RGB value is (178,221,83). Sum of RGB (Red+Green+Blue) = 178+221+83=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 83 (32.81% from 255 or 17.22% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DD53 is #4D22AC. Grayscale: #C0C0C0. Windows color (decimal): -5055149 or 5496242. OLE color: 5496242.
HSL color Cylindrical-coordinate representation of color #B2DD53: hue angle of 78.7º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2DD53 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 83 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.13 |
| HSL | 78.7º | 0.67% | 0.6% | - |
| HSV(B) | 78.7º | 0.62% | 0.87% | - |
| XYZ | 45.78 | 61.8 | 17.7 | - |
| YUV | 192.41 | 66.25 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 83 | 0.19 | 0 | 0.62 | 0.13 | 78.7 | 0.67 | 0.6 |
| Hex | B2 | DD | 53 | 13 | 0 | 3E | D | 4F | 43 | 3C |
| Octal | 262 | 335 | 123 | 23 | 0 | 76 | 15 | 117 | 103 | 74 |
| Binary | 10110010 | 11011101 | 1010011 | 10011 | 0 | 111110 | 1101 | 1001111 | 1000011 | 111100 |
Color Harmonies of #B2DD53
Complementary color
Monochromatic Colors of #B2DD53
Black with #B2DD53
Text Example
Text Example
White with #B2DD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD53; }
p { color: rgb(178,221,83); }
H1.HeaderClassName
{
color: #B2DD53;
}
.AnyTagClassName
{
color: #B2DD53;
}
</style>
background-color css
<style>
a { background-color: #B2DD53; }
a { background-color: rgb(178,221,83); }
div.DivClassName
{
background-color: #B2DD53;
}
.BgClassName
{
background-color: #B2DD53;
}
</style>
border-color css
<style>
span { border-color: #B2DD53; }
span { border-color: rgb(178,221,83); }
td.TdClassName
{
border-color: #B2DD53;
}
.TagClassName
{
border-color: #B2DD53;
}
</style>