Shades of Conifer #B1F353
Tints of Conifer #B1F353
RGB
CMYK
RGB Variations
Color information
#B1F353 (or 0xB1F353) is known color: Conifer. HEX triplet: B1, F3 and 53. RGB value is (177,243,83). Sum of RGB (Red+Green+Blue) = 177+243+83=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F353 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F353 is #4E0CAC. Grayscale: #CDCDCD. Windows color (decimal): -5115053 or 5501873. OLE color: 5501873.
HSL color Cylindrical-coordinate representation of color #B1F353: hue angle of 84.75º 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 #B1F353 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 243 | 83 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.05 |
| HSL | 84.75º | 0.87% | 0.64% | - |
| HSV(B) | 84.75º | 0.66% | 0.95% | - |
| XYZ | 51.74 | 74.07 | 19.75 | - |
| YUV | 205.03 | 59.13 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 243 | 83 | 0.27 | 0 | 0.66 | 0.05 | 84.75 | 0.87 | 0.64 |
| Hex | B1 | F3 | 53 | 1B | 0 | 42 | 5 | 55 | 57 | 40 |
| Octal | 261 | 363 | 123 | 33 | 0 | 102 | 5 | 125 | 127 | 100 |
| Binary | 10110001 | 11110011 | 1010011 | 11011 | 0 | 1000010 | 101 | 1010101 | 1010111 | 1000000 |
Color Harmonies of #B1F353
Complementary color
Monochromatic Colors of #B1F353
Black with #B1F353
Text Example
Text Example
White with #B1F353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F353; }
p { color: rgb(177,243,83); }
H1.HeaderClassName
{
color: #B1F353;
}
.AnyTagClassName
{
color: #B1F353;
}
</style>
background-color css
<style>
a { background-color: #B1F353; }
a { background-color: rgb(177,243,83); }
div.DivClassName
{
background-color: #B1F353;
}
.BgClassName
{
background-color: #B1F353;
}
</style>
border-color css
<style>
span { border-color: #B1F353; }
span { border-color: rgb(177,243,83); }
td.TdClassName
{
border-color: #B1F353;
}
.TagClassName
{
border-color: #B1F353;
}
</style>