Shades of Conifer #B5F254
Tints of Conifer #B5F254
RGB
CMYK
RGB Variations
Color information
#B5F254 (or 0xB5F254) is known color: Conifer. HEX triplet: B5, F2 and 54. RGB value is (181,242,84). Sum of RGB (Red+Green+Blue) = 181+242+84=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 84 (33.20% from 255 or 16.57% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F254 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F254 is #4A0DAB. Grayscale: #CECECE. Windows color (decimal): -4853164 or 5567157. OLE color: 5567157.
HSL color Cylindrical-coordinate representation of color #B5F254: hue angle of 83.16º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5F254 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 84 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.05 |
| HSL | 83.16º | 0.86% | 0.64% | - |
| HSV(B) | 83.16º | 0.65% | 0.95% | - |
| XYZ | 52.41 | 73.97 | 19.9 | - |
| YUV | 205.75 | 59.29 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 84 | 0.25 | 0 | 0.65 | 0.05 | 83.16 | 0.86 | 0.64 |
| Hex | B5 | F2 | 54 | 19 | 0 | 41 | 5 | 53 | 56 | 40 |
| Octal | 265 | 362 | 124 | 31 | 0 | 101 | 5 | 123 | 126 | 100 |
| Binary | 10110101 | 11110010 | 1010100 | 11001 | 0 | 1000001 | 101 | 1010011 | 1010110 | 1000000 |
Color Harmonies of #B5F254
Complementary color
Monochromatic Colors of #B5F254
Black with #B5F254
Text Example
Text Example
White with #B5F254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F254; }
p { color: rgb(181,242,84); }
H1.HeaderClassName
{
color: #B5F254;
}
.AnyTagClassName
{
color: #B5F254;
}
</style>
background-color css
<style>
a { background-color: #B5F254; }
a { background-color: rgb(181,242,84); }
div.DivClassName
{
background-color: #B5F254;
}
.BgClassName
{
background-color: #B5F254;
}
</style>
border-color css
<style>
span { border-color: #B5F254; }
span { border-color: rgb(181,242,84); }
td.TdClassName
{
border-color: #B5F254;
}
.TagClassName
{
border-color: #B5F254;
}
</style>