Shades of Conifer #B2DD5C
Tints of Conifer #B2DD5C
RGB
CMYK
RGB Variations
Color information
#B2DD5C (or 0xB2DD5C) is known color: Conifer. HEX triplet: B2, DD and 5C. RGB value is (178,221,92). Sum of RGB (Red+Green+Blue) = 178+221+92=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DD5C is #4D22A3. Grayscale: #C1C1C1. Windows color (decimal): -5055140 or 6086066. OLE color: 6086066.
HSL color Cylindrical-coordinate representation of color #B2DD5C: hue angle of 80º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2DD5C is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 92 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.13 |
| HSL | 80º | 0.65% | 0.61% | - |
| HSV(B) | 80º | 0.58% | 0.87% | - |
| XYZ | 46.15 | 61.95 | 19.65 | - |
| YUV | 193.44 | 70.75 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 92 | 0.19 | 0 | 0.58 | 0.13 | 80 | 0.65 | 0.61 |
| Hex | B2 | DD | 5C | 13 | 0 | 3A | D | 50 | 41 | 3D |
| Octal | 262 | 335 | 134 | 23 | 0 | 72 | 15 | 120 | 101 | 75 |
| Binary | 10110010 | 11011101 | 1011100 | 10011 | 0 | 111010 | 1101 | 1010000 | 1000001 | 111101 |
Color Harmonies of #B2DD5C
Complementary color
Monochromatic Colors of #B2DD5C
Black with #B2DD5C
Text Example
Text Example
White with #B2DD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD5C; }
p { color: rgb(178,221,92); }
H1.HeaderClassName
{
color: #B2DD5C;
}
.AnyTagClassName
{
color: #B2DD5C;
}
</style>
background-color css
<style>
a { background-color: #B2DD5C; }
a { background-color: rgb(178,221,92); }
div.DivClassName
{
background-color: #B2DD5C;
}
.BgClassName
{
background-color: #B2DD5C;
}
</style>
border-color css
<style>
span { border-color: #B2DD5C; }
span { border-color: rgb(178,221,92); }
td.TdClassName
{
border-color: #B2DD5C;
}
.TagClassName
{
border-color: #B2DD5C;
}
</style>