Shades of Conifer #B2EE48
Tints of Conifer #B2EE48
RGB
CMYK
RGB Variations
Color information
#B2EE48 (or 0xB2EE48) is known color: Conifer. HEX triplet: B2, EE and 48. RGB value is (178,238,72). Sum of RGB (Red+Green+Blue) = 178+238+72=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EE48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2EE48 is #4D11B7. Grayscale: #C9C9C9. Windows color (decimal): -5050808 or 4779698. OLE color: 4779698.
HSL color Cylindrical-coordinate representation of color #B2EE48: hue angle of 81.69º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2EE48 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 72 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.07 |
| HSL | 81.69º | 0.83% | 0.61% | - |
| HSV(B) | 81.69º | 0.7% | 0.93% | - |
| XYZ | 50.1 | 71.08 | 17.21 | - |
| YUV | 201.14 | 55.12 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 72 | 0.25 | 0 | 0.70 | 0.07 | 81.69 | 0.83 | 0.61 |
| Hex | B2 | EE | 48 | 19 | 0 | 46 | 7 | 52 | 53 | 3D |
| Octal | 262 | 356 | 110 | 31 | 0 | 106 | 7 | 122 | 123 | 75 |
| Binary | 10110010 | 11101110 | 1001000 | 11001 | 0 | 1000110 | 111 | 1010010 | 1010011 | 111101 |
Color Harmonies of #B2EE48
Complementary color
Monochromatic Colors of #B2EE48
Black with #B2EE48
Text Example
Text Example
White with #B2EE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EE48; }
p { color: rgb(178,238,72); }
H1.HeaderClassName
{
color: #B2EE48;
}
.AnyTagClassName
{
color: #B2EE48;
}
</style>
background-color css
<style>
a { background-color: #B2EE48; }
a { background-color: rgb(178,238,72); }
div.DivClassName
{
background-color: #B2EE48;
}
.BgClassName
{
background-color: #B2EE48;
}
</style>
border-color css
<style>
span { border-color: #B2EE48; }
span { border-color: rgb(178,238,72); }
td.TdClassName
{
border-color: #B2EE48;
}
.TagClassName
{
border-color: #B2EE48;
}
</style>