Shades of Conifer #B5F353
Tints of Conifer #B5F353
RGB
CMYK
RGB Variations
Color information
#B5F353 (or 0xB5F353) is known color: Conifer. HEX triplet: B5, F3 and 53. RGB value is (181,243,83). Sum of RGB (Red+Green+Blue) = 181+243+83=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 83 (32.81% from 255 or 16.37% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #B5F353 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F353 is #4A0CAC. Grayscale: #CECECE. Windows color (decimal): -4852909 or 5501877. OLE color: 5501877.
HSL color Cylindrical-coordinate representation of color #B5F353: hue angle of 83.25º 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 #B5F353 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 243 | 83 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.05 |
| HSL | 83.25º | 0.87% | 0.64% | - |
| HSV(B) | 83.25º | 0.66% | 0.95% | - |
| XYZ | 52.67 | 74.55 | 19.8 | - |
| YUV | 206.22 | 58.46 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 243 | 83 | 0.26 | 0 | 0.66 | 0.05 | 83.25 | 0.87 | 0.64 |
| Hex | B5 | F3 | 53 | 1A | 0 | 42 | 5 | 53 | 57 | 40 |
| Octal | 265 | 363 | 123 | 32 | 0 | 102 | 5 | 123 | 127 | 100 |
| Binary | 10110101 | 11110011 | 1010011 | 11010 | 0 | 1000010 | 101 | 1010011 | 1010111 | 1000000 |
Color Harmonies of #B5F353
Complementary color
Monochromatic Colors of #B5F353
Black with #B5F353
Text Example
Text Example
White with #B5F353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F353; }
p { color: rgb(181,243,83); }
H1.HeaderClassName
{
color: #B5F353;
}
.AnyTagClassName
{
color: #B5F353;
}
</style>
background-color css
<style>
a { background-color: #B5F353; }
a { background-color: rgb(181,243,83); }
div.DivClassName
{
background-color: #B5F353;
}
.BgClassName
{
background-color: #B5F353;
}
</style>
border-color css
<style>
span { border-color: #B5F353; }
span { border-color: rgb(181,243,83); }
td.TdClassName
{
border-color: #B5F353;
}
.TagClassName
{
border-color: #B5F353;
}
</style>