Shades of Apple #55BF3C
Tints of Apple #55BF3C
RGB
CMYK
RGB Variations
Color information
#55BF3C (or 0x55BF3C) is known color: Apple. HEX triplet: 55, BF and 3C. RGB value is (85,191,60). Sum of RGB (Red+Green+Blue) = 85+191+60=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 191 (75% from 255 or 56.85% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BF3C is #AA40C3. Grayscale: #909090. Windows color (decimal): -11157700 or 3981141. OLE color: 3981141.
HSL color Cylindrical-coordinate representation of color #55BF3C: hue angle of 108.55º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55BF3C is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 191 | 60 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.25 |
| HSL | 108.55º | 0.52% | 0.49% | - |
| HSV(B) | 108.55º | 0.69% | 0.75% | - |
| XYZ | 23.19 | 39.52 | 10.68 | - |
| YUV | 144.37 | 80.38 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 191 | 60 | 0.55 | 0 | 0.69 | 0.25 | 108.55 | 0.52 | 0.49 |
| Hex | 55 | BF | 3C | 37 | 0 | 45 | 19 | 6D | 34 | 31 |
| Octal | 125 | 277 | 74 | 67 | 0 | 105 | 31 | 155 | 64 | 61 |
| Binary | 1010101 | 10111111 | 111100 | 110111 | 0 | 1000101 | 11001 | 1101101 | 110100 | 110001 |
Color Harmonies of #55BF3C
Complementary color
Monochromatic Colors of #55BF3C
Black with #55BF3C
Text Example
Text Example
White with #55BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BF3C; }
p { color: rgb(85,191,60); }
H1.HeaderClassName
{
color: #55BF3C;
}
.AnyTagClassName
{
color: #55BF3C;
}
</style>
background-color css
<style>
a { background-color: #55BF3C; }
a { background-color: rgb(85,191,60); }
div.DivClassName
{
background-color: #55BF3C;
}
.BgClassName
{
background-color: #55BF3C;
}
</style>
border-color css
<style>
span { border-color: #55BF3C; }
span { border-color: rgb(85,191,60); }
td.TdClassName
{
border-color: #55BF3C;
}
.TagClassName
{
border-color: #55BF3C;
}
</style>