Shades of Conifer #B5F24D
Tints of Conifer #B5F24D
RGB
CMYK
RGB Variations
Color information
#B5F24D (or 0xB5F24D) is known color: Conifer. HEX triplet: B5, F2 and 4D. RGB value is (181,242,77). Sum of RGB (Red+Green+Blue) = 181+242+77=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 77 (30.47% from 255 or 15.4% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F24D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F24D is #4A0DB2. Grayscale: #CDCDCD. Windows color (decimal): -4853171 or 5108405. OLE color: 5108405.
HSL color Cylindrical-coordinate representation of color #B5F24D: hue angle of 82.18º 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 #B5F24D is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 242 | 77 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.05 |
| HSL | 82.18º | 0.86% | 0.63% | - |
| HSV(B) | 82.18º | 0.68% | 0.95% | - |
| XYZ | 52.15 | 73.86 | 18.53 | - |
| YUV | 204.95 | 55.79 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 242 | 77 | 0.25 | 0 | 0.68 | 0.05 | 82.18 | 0.86 | 0.63 |
| Hex | B5 | F2 | 4D | 19 | 0 | 44 | 5 | 52 | 56 | 3F |
| Octal | 265 | 362 | 115 | 31 | 0 | 104 | 5 | 122 | 126 | 77 |
| Binary | 10110101 | 11110010 | 1001101 | 11001 | 0 | 1000100 | 101 | 1010010 | 1010110 | 111111 |
Color Harmonies of #B5F24D
Complementary color
Monochromatic Colors of #B5F24D
Black with #B5F24D
Text Example
Text Example
White with #B5F24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F24D; }
p { color: rgb(181,242,77); }
H1.HeaderClassName
{
color: #B5F24D;
}
.AnyTagClassName
{
color: #B5F24D;
}
</style>
background-color css
<style>
a { background-color: #B5F24D; }
a { background-color: rgb(181,242,77); }
div.DivClassName
{
background-color: #B5F24D;
}
.BgClassName
{
background-color: #B5F24D;
}
</style>
border-color css
<style>
span { border-color: #B5F24D; }
span { border-color: rgb(181,242,77); }
td.TdClassName
{
border-color: #B5F24D;
}
.TagClassName
{
border-color: #B5F24D;
}
</style>