Shades of Conifer #B2FF60
Tints of Conifer #B2FF60
RGB
CMYK
RGB Variations
Color information
#B2FF60 (or 0xB2FF60) is known color: Conifer. HEX triplet: B2, FF and 60. RGB value is (178,255,96). Sum of RGB (Red+Green+Blue) = 178+255+96=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF60 is #4D009F. Grayscale: #D6D6D6. Windows color (decimal): -5046432 or 6356914. OLE color: 6356914.
HSL color Cylindrical-coordinate representation of color #B2FF60: hue angle of 89.06º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2FF60 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 96 | - |
| CMYK | 0.30 | 0 | 0.62 | 0 |
| HSL | 89.06º | 1% | 0.69% | - |
| HSV(B) | 89.06º | 0.62% | 1% | - |
| XYZ | 56.23 | 81.83 | 23.9 | - |
| YUV | 213.85 | 61.49 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 96 | 0.30 | 0 | 0.62 | 0 | 89.06 | 1 | 0.69 |
| Hex | B2 | FF | 60 | 1E | 0 | 3E | 0 | 59 | 64 | 45 |
| Octal | 262 | 377 | 140 | 36 | 0 | 76 | 0 | 131 | 144 | 105 |
| Binary | 10110010 | 11111111 | 1100000 | 11110 | 0 | 111110 | 0 | 1011001 | 1100100 | 1000101 |
Color Harmonies of #B2FF60
Complementary color
Monochromatic Colors of #B2FF60
Black with #B2FF60
Text Example
Text Example
White with #B2FF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF60; }
p { color: rgb(178,255,96); }
H1.HeaderClassName
{
color: #B2FF60;
}
.AnyTagClassName
{
color: #B2FF60;
}
</style>
background-color css
<style>
a { background-color: #B2FF60; }
a { background-color: rgb(178,255,96); }
div.DivClassName
{
background-color: #B2FF60;
}
.BgClassName
{
background-color: #B2FF60;
}
</style>
border-color css
<style>
span { border-color: #B2FF60; }
span { border-color: rgb(178,255,96); }
td.TdClassName
{
border-color: #B2FF60;
}
.TagClassName
{
border-color: #B2FF60;
}
</style>