Shades of Conifer #B2D44A
Tints of Conifer #B2D44A
RGB
CMYK
RGB Variations
Color information
#B2D44A (or 0xB2D44A) is known color: Conifer. HEX triplet: B2, D4 and 4A. RGB value is (178,212,74). Sum of RGB (Red+Green+Blue) = 178+212+74=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D44A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D44A is #4D2BB5. Grayscale: #BABABA. Windows color (decimal): -5057462 or 4904114. OLE color: 4904114.
HSL color Cylindrical-coordinate representation of color #B2D44A: hue angle of 74.78º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2D44A is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 212 | 74 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.17 |
| HSL | 74.78º | 0.62% | 0.56% | - |
| HSV(B) | 74.78º | 0.65% | 0.83% | - |
| XYZ | 43.14 | 57.05 | 15.22 | - |
| YUV | 186.1 | 64.74 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 212 | 74 | 0.16 | 0 | 0.65 | 0.17 | 74.78 | 0.62 | 0.56 |
| Hex | B2 | D4 | 4A | 10 | 0 | 41 | 11 | 4B | 3E | 38 |
| Octal | 262 | 324 | 112 | 20 | 0 | 101 | 21 | 113 | 76 | 70 |
| Binary | 10110010 | 11010100 | 1001010 | 10000 | 0 | 1000001 | 10001 | 1001011 | 111110 | 111000 |
Color Harmonies of #B2D44A
Complementary color
Monochromatic Colors of #B2D44A
Black with #B2D44A
Text Example
Text Example
White with #B2D44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D44A; }
p { color: rgb(178,212,74); }
H1.HeaderClassName
{
color: #B2D44A;
}
.AnyTagClassName
{
color: #B2D44A;
}
</style>
background-color css
<style>
a { background-color: #B2D44A; }
a { background-color: rgb(178,212,74); }
div.DivClassName
{
background-color: #B2D44A;
}
.BgClassName
{
background-color: #B2D44A;
}
</style>
border-color css
<style>
span { border-color: #B2D44A; }
span { border-color: rgb(178,212,74); }
td.TdClassName
{
border-color: #B2D44A;
}
.TagClassName
{
border-color: #B2D44A;
}
</style>