Shades of Conifer #B2F64C
Tints of Conifer #B2F64C
RGB
CMYK
RGB Variations
Color information
#B2F64C (or 0xB2F64C) is known color: Conifer. HEX triplet: B2, F6 and 4C. RGB value is (178,246,76). Sum of RGB (Red+Green+Blue) = 178+246+76=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 76 (30.08% from 255 or 15.2% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F64C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F64C is #4D09B3. Grayscale: #CECECE. Windows color (decimal): -5048756 or 5043890. OLE color: 5043890.
HSL color Cylindrical-coordinate representation of color #B2F64C: hue angle of 84º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2F64C is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 246 | 76 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.04 |
| HSL | 84º | 0.9% | 0.63% | - |
| HSV(B) | 84º | 0.69% | 0.96% | - |
| XYZ | 52.62 | 75.9 | 18.71 | - |
| YUV | 206.29 | 54.47 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 246 | 76 | 0.28 | 0 | 0.69 | 0.04 | 84 | 0.9 | 0.63 |
| Hex | B2 | F6 | 4C | 1C | 0 | 45 | 4 | 54 | 5A | 3F |
| Octal | 262 | 366 | 114 | 34 | 0 | 105 | 4 | 124 | 132 | 77 |
| Binary | 10110010 | 11110110 | 1001100 | 11100 | 0 | 1000101 | 100 | 1010100 | 1011010 | 111111 |
Color Harmonies of #B2F64C
Complementary color
Monochromatic Colors of #B2F64C
Black with #B2F64C
Text Example
Text Example
White with #B2F64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F64C; }
p { color: rgb(178,246,76); }
H1.HeaderClassName
{
color: #B2F64C;
}
.AnyTagClassName
{
color: #B2F64C;
}
</style>
background-color css
<style>
a { background-color: #B2F64C; }
a { background-color: rgb(178,246,76); }
div.DivClassName
{
background-color: #B2F64C;
}
.BgClassName
{
background-color: #B2F64C;
}
</style>
border-color css
<style>
span { border-color: #B2F64C; }
span { border-color: rgb(178,246,76); }
td.TdClassName
{
border-color: #B2F64C;
}
.TagClassName
{
border-color: #B2F64C;
}
</style>