Shades of Conifer #B6F24D
Tints of Conifer #B6F24D
RGB
CMYK
RGB Variations
Color information
#B6F24D (or 0xB6F24D) is known color: Conifer. HEX triplet: B6, F2 and 4D. RGB value is (182,242,77). Sum of RGB (Red+Green+Blue) = 182+242+77=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 77 (30.47% from 255 or 15.37% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #B6F24D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F24D is #490DB2. Grayscale: #CDCDCD. Windows color (decimal): -4787635 or 5108406. OLE color: 5108406.
HSL color Cylindrical-coordinate representation of color #B6F24D: hue angle of 81.82º 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 #B6F24D is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 242 | 77 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.05 |
| HSL | 81.82º | 0.86% | 0.63% | - |
| HSV(B) | 81.82º | 0.68% | 0.95% | - |
| XYZ | 52.38 | 73.99 | 18.54 | - |
| YUV | 205.25 | 55.62 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 242 | 77 | 0.25 | 0 | 0.68 | 0.05 | 81.82 | 0.86 | 0.63 |
| Hex | B6 | F2 | 4D | 19 | 0 | 44 | 5 | 52 | 56 | 3F |
| Octal | 266 | 362 | 115 | 31 | 0 | 104 | 5 | 122 | 126 | 77 |
| Binary | 10110110 | 11110010 | 1001101 | 11001 | 0 | 1000100 | 101 | 1010010 | 1010110 | 111111 |
Color Harmonies of #B6F24D
Complementary color
Monochromatic Colors of #B6F24D
Black with #B6F24D
Text Example
Text Example
White with #B6F24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F24D; }
p { color: rgb(182,242,77); }
H1.HeaderClassName
{
color: #B6F24D;
}
.AnyTagClassName
{
color: #B6F24D;
}
</style>
background-color css
<style>
a { background-color: #B6F24D; }
a { background-color: rgb(182,242,77); }
div.DivClassName
{
background-color: #B6F24D;
}
.BgClassName
{
background-color: #B6F24D;
}
</style>
border-color css
<style>
span { border-color: #B6F24D; }
span { border-color: rgb(182,242,77); }
td.TdClassName
{
border-color: #B6F24D;
}
.TagClassName
{
border-color: #B6F24D;
}
</style>