Shades of Apple #66E534
Tints of Apple #66E534
RGB
CMYK
RGB Variations
Color information
#66E534 (or 0x66E534) is known color: Apple. HEX triplet: 66, E5 and 34. RGB value is (102,229,52). Sum of RGB (Red+Green+Blue) = 102+229+52=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 229 (89.84% from 255 or 59.79% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 229 - color contains mainly: green. Hex color #66E534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66E534 is #991ACB. Grayscale: #ABABAB. Windows color (decimal): -10033868 or 3466598. OLE color: 3466598.
HSL color Cylindrical-coordinate representation of color #66E534: hue angle of 103.05º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66E534 is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 229 | 52 | - |
| CMYK | 0.55 | 0 | 0.77 | 0.10 |
| HSL | 103.05º | 0.77% | 0.55% | - |
| HSV(B) | 103.05º | 0.77% | 0.9% | - |
| XYZ | 34.12 | 59.11 | 12.86 | - |
| YUV | 170.85 | 60.92 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 229 | 52 | 0.55 | 0 | 0.77 | 0.10 | 103.05 | 0.77 | 0.55 |
| Hex | 66 | E5 | 34 | 37 | 0 | 4D | A | 67 | 4D | 37 |
| Octal | 146 | 345 | 64 | 67 | 0 | 115 | 12 | 147 | 115 | 67 |
| Binary | 1100110 | 11100101 | 110100 | 110111 | 0 | 1001101 | 1010 | 1100111 | 1001101 | 110111 |
Color Harmonies of #66E534
Complementary color
Monochromatic Colors of #66E534
Black with #66E534
Text Example
Text Example
White with #66E534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E534; }
p { color: rgb(102,229,52); }
H1.HeaderClassName
{
color: #66E534;
}
.AnyTagClassName
{
color: #66E534;
}
</style>
background-color css
<style>
a { background-color: #66E534; }
a { background-color: rgb(102,229,52); }
div.DivClassName
{
background-color: #66E534;
}
.BgClassName
{
background-color: #66E534;
}
</style>
border-color css
<style>
span { border-color: #66E534; }
span { border-color: rgb(102,229,52); }
td.TdClassName
{
border-color: #66E534;
}
.TagClassName
{
border-color: #66E534;
}
</style>