Shades of Apple #66C74D
Tints of Apple #66C74D
RGB
CMYK
RGB Variations
Color information
#66C74D (or 0x66C74D) is known color: Apple. HEX triplet: 66, C7 and 4D. RGB value is (102,199,77). Sum of RGB (Red+Green+Blue) = 102+199+77=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 199 (78.12% from 255 or 52.65% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 199 - color contains mainly: green. Hex color #66C74D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C74D is #9938B2. Grayscale: #9C9C9C. Windows color (decimal): -10041523 or 5097318. OLE color: 5097318.
HSL color Cylindrical-coordinate representation of color #66C74D: hue angle of 107.7º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66C74D is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 199 | 77 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.22 |
| HSL | 107.7º | 0.52% | 0.54% | - |
| HSV(B) | 107.7º | 0.61% | 0.78% | - |
| XYZ | 27.24 | 44.21 | 14.12 | - |
| YUV | 156.09 | 83.36 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 199 | 77 | 0.49 | 0 | 0.61 | 0.22 | 107.7 | 0.52 | 0.54 |
| Hex | 66 | C7 | 4D | 31 | 0 | 3D | 16 | 6C | 34 | 36 |
| Octal | 146 | 307 | 115 | 61 | 0 | 75 | 26 | 154 | 64 | 66 |
| Binary | 1100110 | 11000111 | 1001101 | 110001 | 0 | 111101 | 10110 | 1101100 | 110100 | 110110 |
Color Harmonies of #66C74D
Complementary color
Monochromatic Colors of #66C74D
Black with #66C74D
Text Example
Text Example
White with #66C74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C74D; }
p { color: rgb(102,199,77); }
H1.HeaderClassName
{
color: #66C74D;
}
.AnyTagClassName
{
color: #66C74D;
}
</style>
background-color css
<style>
a { background-color: #66C74D; }
a { background-color: rgb(102,199,77); }
div.DivClassName
{
background-color: #66C74D;
}
.BgClassName
{
background-color: #66C74D;
}
</style>
border-color css
<style>
span { border-color: #66C74D; }
span { border-color: rgb(102,199,77); }
td.TdClassName
{
border-color: #66C74D;
}
.TagClassName
{
border-color: #66C74D;
}
</style>