Shades of Conifer #BAF34C
Tints of Conifer #BAF34C
RGB
CMYK
RGB Variations
Color information
#BAF34C (or 0xBAF34C) is known color: Conifer. HEX triplet: BA, F3 and 4C. RGB value is (186,243,76). Sum of RGB (Red+Green+Blue) = 186+243+76=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 76 (30.08% from 255 or 15.05% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF34C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF34C is #450CB3. Grayscale: #CFCFCF. Windows color (decimal): -4525236 or 5043130. OLE color: 5043130.
HSL color Cylindrical-coordinate representation of color #BAF34C: hue angle of 80.48º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAF34C is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 76 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.05 |
| HSL | 80.48º | 0.87% | 0.63% | - |
| HSV(B) | 80.48º | 0.69% | 0.95% | - |
| XYZ | 53.6 | 75.06 | 18.5 | - |
| YUV | 206.92 | 54.12 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 76 | 0.23 | 0 | 0.69 | 0.05 | 80.48 | 0.87 | 0.63 |
| Hex | BA | F3 | 4C | 17 | 0 | 45 | 5 | 50 | 57 | 3F |
| Octal | 272 | 363 | 114 | 27 | 0 | 105 | 5 | 120 | 127 | 77 |
| Binary | 10111010 | 11110011 | 1001100 | 10111 | 0 | 1000101 | 101 | 1010000 | 1010111 | 111111 |
Color Harmonies of #BAF34C
Complementary color
Monochromatic Colors of #BAF34C
Black with #BAF34C
Text Example
Text Example
White with #BAF34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF34C; }
p { color: rgb(186,243,76); }
H1.HeaderClassName
{
color: #BAF34C;
}
.AnyTagClassName
{
color: #BAF34C;
}
</style>
background-color css
<style>
a { background-color: #BAF34C; }
a { background-color: rgb(186,243,76); }
div.DivClassName
{
background-color: #BAF34C;
}
.BgClassName
{
background-color: #BAF34C;
}
</style>
border-color css
<style>
span { border-color: #BAF34C; }
span { border-color: rgb(186,243,76); }
td.TdClassName
{
border-color: #BAF34C;
}
.TagClassName
{
border-color: #BAF34C;
}
</style>