Shades of Apple #55CF35
Tints of Apple #55CF35
RGB
CMYK
RGB Variations
Color information
#55CF35 (or 0x55CF35) is known color: Apple. HEX triplet: 55, CF and 35. RGB value is (85,207,53). Sum of RGB (Red+Green+Blue) = 85+207+53=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 207 (81.25% from 255 or 60% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CF35 is #AA30CA. Grayscale: #999999. Windows color (decimal): -11153611 or 3526485. OLE color: 3526485.
HSL color Cylindrical-coordinate representation of color #55CF35: hue angle of 107.53º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55CF35 is Cyan = 0.59, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 53 | - |
| CMYK | 0.59 | 0 | 0.74 | 0.19 |
| HSL | 107.53º | 0.62% | 0.51% | - |
| HSV(B) | 107.53º | 0.74% | 0.81% | - |
| XYZ | 26.7 | 46.81 | 11 | - |
| YUV | 152.97 | 71.58 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 53 | 0.59 | 0 | 0.74 | 0.19 | 107.53 | 0.62 | 0.51 |
| Hex | 55 | CF | 35 | 3B | 0 | 4A | 13 | 6C | 3E | 33 |
| Octal | 125 | 317 | 65 | 73 | 0 | 112 | 23 | 154 | 76 | 63 |
| Binary | 1010101 | 11001111 | 110101 | 111011 | 0 | 1001010 | 10011 | 1101100 | 111110 | 110011 |
Color Harmonies of #55CF35
Complementary color
Monochromatic Colors of #55CF35
Black with #55CF35
Text Example
Text Example
White with #55CF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CF35; }
p { color: rgb(85,207,53); }
H1.HeaderClassName
{
color: #55CF35;
}
.AnyTagClassName
{
color: #55CF35;
}
</style>
background-color css
<style>
a { background-color: #55CF35; }
a { background-color: rgb(85,207,53); }
div.DivClassName
{
background-color: #55CF35;
}
.BgClassName
{
background-color: #55CF35;
}
</style>
border-color css
<style>
span { border-color: #55CF35; }
span { border-color: rgb(85,207,53); }
td.TdClassName
{
border-color: #55CF35;
}
.TagClassName
{
border-color: #55CF35;
}
</style>