Shades of Conifer #B2DD3E
Tints of Conifer #B2DD3E
RGB
CMYK
RGB Variations
Color information
#B2DD3E (or 0xB2DD3E) is known color: Conifer. HEX triplet: B2, DD and 3E. RGB value is (178,221,62). Sum of RGB (Red+Green+Blue) = 178+221+62=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 62 (24.61% from 255 or 13.45% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DD3E is #4D22C1. Grayscale: #BEBEBE. Windows color (decimal): -5055170 or 4119986. OLE color: 4119986.
HSL color Cylindrical-coordinate representation of color #B2DD3E: hue angle of 76.23º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2DD3E is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 62 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.13 |
| HSL | 76.23º | 0.7% | 0.55% | - |
| HSV(B) | 76.23º | 0.72% | 0.87% | - |
| XYZ | 45.09 | 61.53 | 14.06 | - |
| YUV | 190.02 | 55.75 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 62 | 0.19 | 0 | 0.72 | 0.13 | 76.23 | 0.7 | 0.55 |
| Hex | B2 | DD | 3E | 13 | 0 | 48 | D | 4C | 46 | 37 |
| Octal | 262 | 335 | 76 | 23 | 0 | 110 | 15 | 114 | 106 | 67 |
| Binary | 10110010 | 11011101 | 111110 | 10011 | 0 | 1001000 | 1101 | 1001100 | 1000110 | 110111 |
Color Harmonies of #B2DD3E
Complementary color
Monochromatic Colors of #B2DD3E
Black with #B2DD3E
Text Example
Text Example
White with #B2DD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD3E; }
p { color: rgb(178,221,62); }
H1.HeaderClassName
{
color: #B2DD3E;
}
.AnyTagClassName
{
color: #B2DD3E;
}
</style>
background-color css
<style>
a { background-color: #B2DD3E; }
a { background-color: rgb(178,221,62); }
div.DivClassName
{
background-color: #B2DD3E;
}
.BgClassName
{
background-color: #B2DD3E;
}
</style>
border-color css
<style>
span { border-color: #B2DD3E; }
span { border-color: rgb(178,221,62); }
td.TdClassName
{
border-color: #B2DD3E;
}
.TagClassName
{
border-color: #B2DD3E;
}
</style>