Shades of Conifer #B2F353
Tints of Conifer #B2F353
RGB
CMYK
RGB Variations
Color information
#B2F353 (or 0xB2F353) is known color: Conifer. HEX triplet: B2, F3 and 53. RGB value is (178,243,83). Sum of RGB (Red+Green+Blue) = 178+243+83=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 83 (32.81% from 255 or 16.47% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F353 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F353 is #4D0CAC. Grayscale: #CDCDCD. Windows color (decimal): -5049517 or 5501874. OLE color: 5501874.
HSL color Cylindrical-coordinate representation of color #B2F353: hue angle of 84.38º degrees, saturation: 0.87, 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 #B2F353 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 243 | 83 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.05 |
| HSL | 84.38º | 0.87% | 0.64% | - |
| HSV(B) | 84.38º | 0.66% | 0.95% | - |
| XYZ | 51.97 | 74.19 | 19.76 | - |
| YUV | 205.33 | 58.97 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 243 | 83 | 0.27 | 0 | 0.66 | 0.05 | 84.38 | 0.87 | 0.64 |
| Hex | B2 | F3 | 53 | 1B | 0 | 42 | 5 | 54 | 57 | 40 |
| Octal | 262 | 363 | 123 | 33 | 0 | 102 | 5 | 124 | 127 | 100 |
| Binary | 10110010 | 11110011 | 1010011 | 11011 | 0 | 1000010 | 101 | 1010100 | 1010111 | 1000000 |
Color Harmonies of #B2F353
Complementary color
Monochromatic Colors of #B2F353
Black with #B2F353
Text Example
Text Example
White with #B2F353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F353; }
p { color: rgb(178,243,83); }
H1.HeaderClassName
{
color: #B2F353;
}
.AnyTagClassName
{
color: #B2F353;
}
</style>
background-color css
<style>
a { background-color: #B2F353; }
a { background-color: rgb(178,243,83); }
div.DivClassName
{
background-color: #B2F353;
}
.BgClassName
{
background-color: #B2F353;
}
</style>
border-color css
<style>
span { border-color: #B2F353; }
span { border-color: rgb(178,243,83); }
td.TdClassName
{
border-color: #B2F353;
}
.TagClassName
{
border-color: #B2F353;
}
</style>