Shades of Conifer #BAF24D
Tints of Conifer #BAF24D
RGB
CMYK
RGB Variations
Color information
#BAF24D (or 0xBAF24D) is known color: Conifer. HEX triplet: BA, F2 and 4D. RGB value is (186,242,77). Sum of RGB (Red+Green+Blue) = 186+242+77=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 77 (30.47% from 255 or 15.25% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF24D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF24D is #450DB2. Grayscale: #CFCFCF. Windows color (decimal): -4525491 or 5108410. OLE color: 5108410.
HSL color Cylindrical-coordinate representation of color #BAF24D: hue angle of 80.36º 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 #BAF24D is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 77 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.05 |
| HSL | 80.36º | 0.86% | 0.63% | - |
| HSV(B) | 80.36º | 0.68% | 0.95% | - |
| XYZ | 53.34 | 74.48 | 18.59 | - |
| YUV | 206.45 | 54.95 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 77 | 0.23 | 0 | 0.68 | 0.05 | 80.36 | 0.86 | 0.63 |
| Hex | BA | F2 | 4D | 17 | 0 | 44 | 5 | 50 | 56 | 3F |
| Octal | 272 | 362 | 115 | 27 | 0 | 104 | 5 | 120 | 126 | 77 |
| Binary | 10111010 | 11110010 | 1001101 | 10111 | 0 | 1000100 | 101 | 1010000 | 1010110 | 111111 |
Color Harmonies of #BAF24D
Complementary color
Monochromatic Colors of #BAF24D
Black with #BAF24D
Text Example
Text Example
White with #BAF24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF24D; }
p { color: rgb(186,242,77); }
H1.HeaderClassName
{
color: #BAF24D;
}
.AnyTagClassName
{
color: #BAF24D;
}
</style>
background-color css
<style>
a { background-color: #BAF24D; }
a { background-color: rgb(186,242,77); }
div.DivClassName
{
background-color: #BAF24D;
}
.BgClassName
{
background-color: #BAF24D;
}
</style>
border-color css
<style>
span { border-color: #BAF24D; }
span { border-color: rgb(186,242,77); }
td.TdClassName
{
border-color: #BAF24D;
}
.TagClassName
{
border-color: #BAF24D;
}
</style>