Shades of Conifer #B2D05E
Tints of Conifer #B2D05E
RGB
CMYK
RGB Variations
Color information
#B2D05E (or 0xB2D05E) is known color: Conifer. HEX triplet: B2, D0 and 5E. RGB value is (178,208,94). Sum of RGB (Red+Green+Blue) = 178+208+94=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D05E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D05E is #4D2FA1. Grayscale: #BABABA. Windows color (decimal): -5058466 or 6213810. OLE color: 6213810.
HSL color Cylindrical-coordinate representation of color #B2D05E: hue angle of 75.79º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2D05E is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 94 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.18 |
| HSL | 75.79º | 0.55% | 0.59% | - |
| HSV(B) | 75.79º | 0.55% | 0.82% | - |
| XYZ | 42.94 | 55.38 | 19.02 | - |
| YUV | 186.03 | 76.06 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 94 | 0.14 | 0 | 0.55 | 0.18 | 75.79 | 0.55 | 0.59 |
| Hex | B2 | D0 | 5E | E | 0 | 37 | 12 | 4C | 37 | 3B |
| Octal | 262 | 320 | 136 | 16 | 0 | 67 | 22 | 114 | 67 | 73 |
| Binary | 10110010 | 11010000 | 1011110 | 1110 | 0 | 110111 | 10010 | 1001100 | 110111 | 111011 |
Color Harmonies of #B2D05E
Complementary color
Monochromatic Colors of #B2D05E
Black with #B2D05E
Text Example
Text Example
White with #B2D05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D05E; }
p { color: rgb(178,208,94); }
H1.HeaderClassName
{
color: #B2D05E;
}
.AnyTagClassName
{
color: #B2D05E;
}
</style>
background-color css
<style>
a { background-color: #B2D05E; }
a { background-color: rgb(178,208,94); }
div.DivClassName
{
background-color: #B2D05E;
}
.BgClassName
{
background-color: #B2D05E;
}
</style>
border-color css
<style>
span { border-color: #B2D05E; }
span { border-color: rgb(178,208,94); }
td.TdClassName
{
border-color: #B2D05E;
}
.TagClassName
{
border-color: #B2D05E;
}
</style>