Shades of Conifer #B5F24E
Tints of Conifer #B5F24E
RGB
CMYK
RGB Variations
Color information
#B5F24E (or 0xB5F24E) is known color: Conifer. HEX triplet: B5, F2 and 4E. RGB value is (181,242,78). Sum of RGB (Red+Green+Blue) = 181+242+78=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 78 (30.86% from 255 or 15.57% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F24E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F24E is #4A0DB1. Grayscale: #CDCDCD. Windows color (decimal): -4853170 or 5173941. OLE color: 5173941.
HSL color Cylindrical-coordinate representation of color #B5F24E: hue angle of 82.32º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5F24E is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 78 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.05 |
| HSL | 82.32º | 0.86% | 0.63% | - |
| HSV(B) | 82.32º | 0.68% | 0.95% | - |
| XYZ | 52.18 | 73.88 | 18.72 | - |
| YUV | 205.07 | 56.29 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 78 | 0.25 | 0 | 0.68 | 0.05 | 82.32 | 0.86 | 0.63 |
| Hex | B5 | F2 | 4E | 19 | 0 | 44 | 5 | 52 | 56 | 3F |
| Octal | 265 | 362 | 116 | 31 | 0 | 104 | 5 | 122 | 126 | 77 |
| Binary | 10110101 | 11110010 | 1001110 | 11001 | 0 | 1000100 | 101 | 1010010 | 1010110 | 111111 |
Color Harmonies of #B5F24E
Complementary color
Monochromatic Colors of #B5F24E
Black with #B5F24E
Text Example
Text Example
White with #B5F24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F24E; }
p { color: rgb(181,242,78); }
H1.HeaderClassName
{
color: #B5F24E;
}
.AnyTagClassName
{
color: #B5F24E;
}
</style>
background-color css
<style>
a { background-color: #B5F24E; }
a { background-color: rgb(181,242,78); }
div.DivClassName
{
background-color: #B5F24E;
}
.BgClassName
{
background-color: #B5F24E;
}
</style>
border-color css
<style>
span { border-color: #B5F24E; }
span { border-color: rgb(181,242,78); }
td.TdClassName
{
border-color: #B5F24E;
}
.TagClassName
{
border-color: #B5F24E;
}
</style>