Shades of Apple #66D438
Tints of Apple #66D438
RGB
CMYK
RGB Variations
Color information
#66D438 (or 0x66D438) is known color: Apple. HEX triplet: 66, D4 and 38. RGB value is (102,212,56). Sum of RGB (Red+Green+Blue) = 102+212+56=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 212 (83.20% from 255 or 57.30% from 370); Blue value is 56 (22.27% from 255 or 15.14% from 370); Max value from RGB is 212 - color contains mainly: green. Hex color #66D438 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D438 is #992BC7. Grayscale: #A1A1A1. Windows color (decimal): -10038216 or 3724390. OLE color: 3724390.
HSL color Cylindrical-coordinate representation of color #66D438: hue angle of 102.31º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66D438 is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 212 | 56 | - |
| CMYK | 0.52 | 0 | 0.74 | 0.17 |
| HSL | 102.31º | 0.64% | 0.53% | - |
| HSV(B) | 102.31º | 0.74% | 0.83% | - |
| XYZ | 29.74 | 50.2 | 11.86 | - |
| YUV | 161.33 | 68.56 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 212 | 56 | 0.52 | 0 | 0.74 | 0.17 | 102.31 | 0.64 | 0.53 |
| Hex | 66 | D4 | 38 | 34 | 0 | 4A | 11 | 66 | 40 | 35 |
| Octal | 146 | 324 | 70 | 64 | 0 | 112 | 21 | 146 | 100 | 65 |
| Binary | 1100110 | 11010100 | 111000 | 110100 | 0 | 1001010 | 10001 | 1100110 | 1000000 | 110101 |
Color Harmonies of #66D438
Complementary color
Monochromatic Colors of #66D438
Black with #66D438
Text Example
Text Example
White with #66D438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D438; }
p { color: rgb(102,212,56); }
H1.HeaderClassName
{
color: #66D438;
}
.AnyTagClassName
{
color: #66D438;
}
</style>
background-color css
<style>
a { background-color: #66D438; }
a { background-color: rgb(102,212,56); }
div.DivClassName
{
background-color: #66D438;
}
.BgClassName
{
background-color: #66D438;
}
</style>
border-color css
<style>
span { border-color: #66D438; }
span { border-color: rgb(102,212,56); }
td.TdClassName
{
border-color: #66D438;
}
.TagClassName
{
border-color: #66D438;
}
</style>