Shades of Conifer #B2F253
Tints of Conifer #B2F253
RGB
CMYK
RGB Variations
Color information
#B2F253 (or 0xB2F253) is known color: Conifer. HEX triplet: B2, F2 and 53. RGB value is (178,242,83). Sum of RGB (Red+Green+Blue) = 178+242+83=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F253 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F253 is #4D0DAC. Grayscale: #CDCDCD. Windows color (decimal): -5049773 or 5501618. OLE color: 5501618.
HSL color Cylindrical-coordinate representation of color #B2F253: hue angle of 84.15º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2F253 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 242 | 83 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.05 |
| HSL | 84.15º | 0.86% | 0.64% | - |
| HSV(B) | 84.15º | 0.66% | 0.95% | - |
| XYZ | 51.67 | 73.59 | 19.67 | - |
| YUV | 204.74 | 59.3 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 242 | 83 | 0.26 | 0 | 0.66 | 0.05 | 84.15 | 0.86 | 0.64 |
| Hex | B2 | F2 | 53 | 1A | 0 | 42 | 5 | 54 | 56 | 40 |
| Octal | 262 | 362 | 123 | 32 | 0 | 102 | 5 | 124 | 126 | 100 |
| Binary | 10110010 | 11110010 | 1010011 | 11010 | 0 | 1000010 | 101 | 1010100 | 1010110 | 1000000 |
Color Harmonies of #B2F253
Complementary color
Monochromatic Colors of #B2F253
Black with #B2F253
Text Example
Text Example
White with #B2F253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F253; }
p { color: rgb(178,242,83); }
H1.HeaderClassName
{
color: #B2F253;
}
.AnyTagClassName
{
color: #B2F253;
}
</style>
background-color css
<style>
a { background-color: #B2F253; }
a { background-color: rgb(178,242,83); }
div.DivClassName
{
background-color: #B2F253;
}
.BgClassName
{
background-color: #B2F253;
}
</style>
border-color css
<style>
span { border-color: #B2F253; }
span { border-color: rgb(178,242,83); }
td.TdClassName
{
border-color: #B2F253;
}
.TagClassName
{
border-color: #B2F253;
}
</style>