Shades of Apple #66E53A
Tints of Apple #66E53A
RGB
CMYK
RGB Variations
Color information
#66E53A (or 0x66E53A) is known color: Apple. HEX triplet: 66, E5 and 3A. RGB value is (102,229,58). Sum of RGB (Red+Green+Blue) = 102+229+58=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 229 (89.84% from 255 or 58.87% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 229 - color contains mainly: green. Hex color #66E53A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66E53A is #991AC5. Grayscale: #ACACAC. Windows color (decimal): -10033862 or 3859814. OLE color: 3859814.
HSL color Cylindrical-coordinate representation of color #66E53A: hue angle of 104.56º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66E53A is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 229 | 58 | - |
| CMYK | 0.55 | 0 | 0.75 | 0.10 |
| HSL | 104.56º | 0.77% | 0.56% | - |
| HSV(B) | 104.56º | 0.75% | 0.9% | - |
| XYZ | 34.26 | 59.17 | 13.62 | - |
| YUV | 171.53 | 63.92 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 229 | 58 | 0.55 | 0 | 0.75 | 0.10 | 104.56 | 0.77 | 0.56 |
| Hex | 66 | E5 | 3A | 37 | 0 | 4B | A | 69 | 4D | 38 |
| Octal | 146 | 345 | 72 | 67 | 0 | 113 | 12 | 151 | 115 | 70 |
| Binary | 1100110 | 11100101 | 111010 | 110111 | 0 | 1001011 | 1010 | 1101001 | 1001101 | 111000 |
Color Harmonies of #66E53A
Complementary color
Monochromatic Colors of #66E53A
Black with #66E53A
Text Example
Text Example
White with #66E53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E53A; }
p { color: rgb(102,229,58); }
H1.HeaderClassName
{
color: #66E53A;
}
.AnyTagClassName
{
color: #66E53A;
}
</style>
background-color css
<style>
a { background-color: #66E53A; }
a { background-color: rgb(102,229,58); }
div.DivClassName
{
background-color: #66E53A;
}
.BgClassName
{
background-color: #66E53A;
}
</style>
border-color css
<style>
span { border-color: #66E53A; }
span { border-color: rgb(102,229,58); }
td.TdClassName
{
border-color: #66E53A;
}
.TagClassName
{
border-color: #66E53A;
}
</style>