Shades of Conifer #B8F353
Tints of Conifer #B8F353
RGB
CMYK
RGB Variations
Color information
#B8F353 (or 0xB8F353) is known color: Conifer. HEX triplet: B8, F3 and 53. RGB value is (184,243,83). Sum of RGB (Red+Green+Blue) = 184+243+83=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 83 (32.81% from 255 or 16.27% from 510); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F353 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F353 is #470CAC. Grayscale: #CFCFCF. Windows color (decimal): -4656301 or 5501880. OLE color: 5501880.
HSL color Cylindrical-coordinate representation of color #B8F353: hue angle of 82.12º 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 #B8F353 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 243 | 83 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.05 |
| HSL | 82.13º | 0.87% | 0.64% | - |
| HSV(B) | 82.13º | 0.66% | 0.95% | - |
| XYZ | 53.38 | 74.92 | 19.83 | - |
| YUV | 207.12 | 57.95 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 243 | 83 | 0.24 | 0 | 0.66 | 0.05 | 82.13 | 0.87 | 0.64 |
| Hex | B8 | F3 | 53 | 18 | 0 | 42 | 5 | 52 | 57 | 40 |
| Octal | 270 | 363 | 123 | 30 | 0 | 102 | 5 | 122 | 127 | 100 |
| Binary | 10111000 | 11110011 | 1010011 | 11000 | 0 | 1000010 | 101 | 1010010 | 1010111 | 1000000 |
Color Harmonies of #B8F353
Complementary color
Monochromatic Colors of #B8F353
Black with #B8F353
Text Example
Text Example
White with #B8F353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F353; }
p { color: rgb(184,243,83); }
H1.HeaderClassName
{
color: #B8F353;
}
.AnyTagClassName
{
color: #B8F353;
}
</style>
background-color css
<style>
a { background-color: #B8F353; }
a { background-color: rgb(184,243,83); }
div.DivClassName
{
background-color: #B8F353;
}
.BgClassName
{
background-color: #B8F353;
}
</style>
border-color css
<style>
span { border-color: #B8F353; }
span { border-color: rgb(184,243,83); }
td.TdClassName
{
border-color: #B8F353;
}
.TagClassName
{
border-color: #B8F353;
}
</style>