Shades of Conifer #B2DD58
Tints of Conifer #B2DD58
RGB
CMYK
RGB Variations
Color information
#B2DD58 (or 0xB2DD58) is known color: Conifer. HEX triplet: B2, DD and 58. RGB value is (178,221,88). Sum of RGB (Red+Green+Blue) = 178+221+88=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 88 (34.77% from 255 or 18.07% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DD58 is #4D22A7. Grayscale: #C1C1C1. Windows color (decimal): -5055144 or 5823922. OLE color: 5823922.
HSL color Cylindrical-coordinate representation of color #B2DD58: hue angle of 79.4º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2DD58 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 88 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.13 |
| HSL | 79.4º | 0.66% | 0.61% | - |
| HSV(B) | 79.4º | 0.6% | 0.87% | - |
| XYZ | 45.98 | 61.88 | 18.75 | - |
| YUV | 192.98 | 68.75 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 88 | 0.19 | 0 | 0.60 | 0.13 | 79.4 | 0.66 | 0.61 |
| Hex | B2 | DD | 58 | 13 | 0 | 3C | D | 4F | 42 | 3D |
| Octal | 262 | 335 | 130 | 23 | 0 | 74 | 15 | 117 | 102 | 75 |
| Binary | 10110010 | 11011101 | 1011000 | 10011 | 0 | 111100 | 1101 | 1001111 | 1000010 | 111101 |
Color Harmonies of #B2DD58
Complementary color
Monochromatic Colors of #B2DD58
Black with #B2DD58
Text Example
Text Example
White with #B2DD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD58; }
p { color: rgb(178,221,88); }
H1.HeaderClassName
{
color: #B2DD58;
}
.AnyTagClassName
{
color: #B2DD58;
}
</style>
background-color css
<style>
a { background-color: #B2DD58; }
a { background-color: rgb(178,221,88); }
div.DivClassName
{
background-color: #B2DD58;
}
.BgClassName
{
background-color: #B2DD58;
}
</style>
border-color css
<style>
span { border-color: #B2DD58; }
span { border-color: rgb(178,221,88); }
td.TdClassName
{
border-color: #B2DD58;
}
.TagClassName
{
border-color: #B2DD58;
}
</style>