Shades of Conifer #B3E64C
Tints of Conifer #B3E64C
RGB
CMYK
RGB Variations
Color information
#B3E64C (or 0xB3E64C) is known color: Conifer. HEX triplet: B3, E6 and 4C. RGB value is (179,230,76). Sum of RGB (Red+Green+Blue) = 179+230+76=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 230 (90.23% from 255 or 47.42% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 230 - color contains mainly: green. Hex color #B3E64C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B3E64C is #4C19B3. Grayscale: #C5C5C5. Windows color (decimal): -4987316 or 5039795. OLE color: 5039795.
HSL color Cylindrical-coordinate representation of color #B3E64C: hue angle of 79.87º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B3E64C is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 230 | 76 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.10 |
| HSL | 79.87º | 0.75% | 0.6% | - |
| HSV(B) | 79.87º | 0.67% | 0.9% | - |
| XYZ | 48.19 | 66.7 | 17.17 | - |
| YUV | 197.2 | 59.6 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 230 | 76 | 0.22 | 0 | 0.67 | 0.10 | 79.87 | 0.75 | 0.6 |
| Hex | B3 | E6 | 4C | 16 | 0 | 43 | A | 50 | 4B | 3C |
| Octal | 263 | 346 | 114 | 26 | 0 | 103 | 12 | 120 | 113 | 74 |
| Binary | 10110011 | 11100110 | 1001100 | 10110 | 0 | 1000011 | 1010 | 1010000 | 1001011 | 111100 |
Color Harmonies of #B3E64C
Complementary color
Monochromatic Colors of #B3E64C
Black with #B3E64C
Text Example
Text Example
White with #B3E64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E64C; }
p { color: rgb(179,230,76); }
H1.HeaderClassName
{
color: #B3E64C;
}
.AnyTagClassName
{
color: #B3E64C;
}
</style>
background-color css
<style>
a { background-color: #B3E64C; }
a { background-color: rgb(179,230,76); }
div.DivClassName
{
background-color: #B3E64C;
}
.BgClassName
{
background-color: #B3E64C;
}
</style>
border-color css
<style>
span { border-color: #B3E64C; }
span { border-color: rgb(179,230,76); }
td.TdClassName
{
border-color: #B3E64C;
}
.TagClassName
{
border-color: #B3E64C;
}
</style>