Shades of Conifer #B2F255
Tints of Conifer #B2F255
RGB
CMYK
RGB Variations
Color information
#B2F255 (or 0xB2F255) is known color: Conifer. HEX triplet: B2, F2 and 55. RGB value is (178,242,85). Sum of RGB (Red+Green+Blue) = 178+242+85=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F255 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F255 is #4D0DAA. Grayscale: #CDCDCD. Windows color (decimal): -5049771 or 5632690. OLE color: 5632690.
HSL color Cylindrical-coordinate representation of color #B2F255: hue angle of 84.46º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2F255 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 242 | 85 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.05 |
| HSL | 84.46º | 0.86% | 0.64% | - |
| HSV(B) | 84.46º | 0.65% | 0.95% | - |
| XYZ | 51.75 | 73.63 | 20.08 | - |
| YUV | 204.97 | 60.3 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 242 | 85 | 0.26 | 0 | 0.65 | 0.05 | 84.46 | 0.86 | 0.64 |
| Hex | B2 | F2 | 55 | 1A | 0 | 41 | 5 | 54 | 56 | 40 |
| Octal | 262 | 362 | 125 | 32 | 0 | 101 | 5 | 124 | 126 | 100 |
| Binary | 10110010 | 11110010 | 1010101 | 11010 | 0 | 1000001 | 101 | 1010100 | 1010110 | 1000000 |
Color Harmonies of #B2F255
Complementary color
Monochromatic Colors of #B2F255
Black with #B2F255
Text Example
Text Example
White with #B2F255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F255; }
p { color: rgb(178,242,85); }
H1.HeaderClassName
{
color: #B2F255;
}
.AnyTagClassName
{
color: #B2F255;
}
</style>
background-color css
<style>
a { background-color: #B2F255; }
a { background-color: rgb(178,242,85); }
div.DivClassName
{
background-color: #B2F255;
}
.BgClassName
{
background-color: #B2F255;
}
</style>
border-color css
<style>
span { border-color: #B2F255; }
span { border-color: rgb(178,242,85); }
td.TdClassName
{
border-color: #B2F255;
}
.TagClassName
{
border-color: #B2F255;
}
</style>