Shades of Conifer #B1F453
Tints of Conifer #B1F453
RGB
CMYK
RGB Variations
Color information
#B1F453 (or 0xB1F453) is known color: Conifer. HEX triplet: B1, F4 and 53. RGB value is (177,244,83). Sum of RGB (Red+Green+Blue) = 177+244+83=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 244 (95.70% from 255 or 48.41% from 504); Blue value is 83 (32.81% from 255 or 16.47% from 504); Max value from RGB is 244 - color contains mainly: green. Hex color #B1F453 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F453 is #4E0BAC. Grayscale: #CECECE. Windows color (decimal): -5114797 or 5502129. OLE color: 5502129.
HSL color Cylindrical-coordinate representation of color #B1F453: hue angle of 84.97º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1F453 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 244 | 83 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.04 |
| HSL | 84.97º | 0.88% | 0.64% | - |
| HSV(B) | 84.97º | 0.66% | 0.96% | - |
| XYZ | 52.04 | 74.67 | 19.85 | - |
| YUV | 205.61 | 58.8 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 244 | 83 | 0.27 | 0 | 0.66 | 0.04 | 84.97 | 0.88 | 0.64 |
| Hex | B1 | F4 | 53 | 1B | 0 | 42 | 4 | 55 | 58 | 40 |
| Octal | 261 | 364 | 123 | 33 | 0 | 102 | 4 | 125 | 130 | 100 |
| Binary | 10110001 | 11110100 | 1010011 | 11011 | 0 | 1000010 | 100 | 1010101 | 1011000 | 1000000 |
Color Harmonies of #B1F453
Complementary color
Monochromatic Colors of #B1F453
Black with #B1F453
Text Example
Text Example
White with #B1F453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F453; }
p { color: rgb(177,244,83); }
H1.HeaderClassName
{
color: #B1F453;
}
.AnyTagClassName
{
color: #B1F453;
}
</style>
background-color css
<style>
a { background-color: #B1F453; }
a { background-color: rgb(177,244,83); }
div.DivClassName
{
background-color: #B1F453;
}
.BgClassName
{
background-color: #B1F453;
}
</style>
border-color css
<style>
span { border-color: #B1F453; }
span { border-color: rgb(177,244,83); }
td.TdClassName
{
border-color: #B1F453;
}
.TagClassName
{
border-color: #B1F453;
}
</style>