Shades of Conifer #B2E65F
Tints of Conifer #B2E65F
RGB
CMYK
RGB Variations
Color information
#B2E65F (or 0xB2E65F) is known color: Conifer. HEX triplet: B2, E6 and 5F. RGB value is (178,230,95). Sum of RGB (Red+Green+Blue) = 178+230+95=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 230 (90.23% from 255 or 45.73% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 230 - color contains mainly: green. Hex color #B2E65F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E65F is #4D19A0. Grayscale: #C7C7C7. Windows color (decimal): -5052833 or 6284978. OLE color: 6284978.
HSL color Cylindrical-coordinate representation of color #B2E65F: hue angle of 83.11º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2E65F is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 230 | 95 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.10 |
| HSL | 83.11º | 0.73% | 0.64% | - |
| HSV(B) | 83.11º | 0.59% | 0.9% | - |
| XYZ | 48.72 | 66.88 | 21.17 | - |
| YUV | 199.06 | 69.27 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 230 | 95 | 0.23 | 0 | 0.59 | 0.10 | 83.11 | 0.73 | 0.64 |
| Hex | B2 | E6 | 5F | 17 | 0 | 3B | A | 53 | 49 | 40 |
| Octal | 262 | 346 | 137 | 27 | 0 | 73 | 12 | 123 | 111 | 100 |
| Binary | 10110010 | 11100110 | 1011111 | 10111 | 0 | 111011 | 1010 | 1010011 | 1001001 | 1000000 |
Color Harmonies of #B2E65F
Complementary color
Monochromatic Colors of #B2E65F
Black with #B2E65F
Text Example
Text Example
White with #B2E65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E65F; }
p { color: rgb(178,230,95); }
H1.HeaderClassName
{
color: #B2E65F;
}
.AnyTagClassName
{
color: #B2E65F;
}
</style>
background-color css
<style>
a { background-color: #B2E65F; }
a { background-color: rgb(178,230,95); }
div.DivClassName
{
background-color: #B2E65F;
}
.BgClassName
{
background-color: #B2E65F;
}
</style>
border-color css
<style>
span { border-color: #B2E65F; }
span { border-color: rgb(178,230,95); }
td.TdClassName
{
border-color: #B2E65F;
}
.TagClassName
{
border-color: #B2E65F;
}
</style>