Shades of Apple #66DE30
Tints of Apple #66DE30
RGB
CMYK
RGB Variations
Color information
#66DE30 (or 0x66DE30) is known color: Apple. HEX triplet: 66, DE and 30. RGB value is (102,222,48). Sum of RGB (Red+Green+Blue) = 102+222+48=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 222 (87.11% from 255 or 59.68% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 222 - color contains mainly: green. Hex color #66DE30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DE30 is #9921CF. Grayscale: #A6A6A6. Windows color (decimal): -10035664 or 3202662. OLE color: 3202662.
HSL color Cylindrical-coordinate representation of color #66DE30: hue angle of 101.38º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66DE30 is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 222 | 48 | - |
| CMYK | 0.54 | 0 | 0.78 | 0.13 |
| HSL | 101.38º | 0.73% | 0.53% | - |
| HSV(B) | 101.38º | 0.78% | 0.87% | - |
| XYZ | 32.13 | 55.28 | 11.77 | - |
| YUV | 166.28 | 61.24 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 48 | 0.54 | 0 | 0.78 | 0.13 | 101.38 | 0.73 | 0.53 |
| Hex | 66 | DE | 30 | 36 | 0 | 4E | D | 65 | 48 | 35 |
| Octal | 146 | 336 | 60 | 66 | 0 | 116 | 15 | 145 | 110 | 65 |
| Binary | 1100110 | 11011110 | 110000 | 110110 | 0 | 1001110 | 1101 | 1100101 | 1001000 | 110101 |
Color Harmonies of #66DE30
Complementary color
Monochromatic Colors of #66DE30
Black with #66DE30
Text Example
Text Example
White with #66DE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DE30; }
p { color: rgb(102,222,48); }
H1.HeaderClassName
{
color: #66DE30;
}
.AnyTagClassName
{
color: #66DE30;
}
</style>
background-color css
<style>
a { background-color: #66DE30; }
a { background-color: rgb(102,222,48); }
div.DivClassName
{
background-color: #66DE30;
}
.BgClassName
{
background-color: #66DE30;
}
</style>
border-color css
<style>
span { border-color: #66DE30; }
span { border-color: rgb(102,222,48); }
td.TdClassName
{
border-color: #66DE30;
}
.TagClassName
{
border-color: #66DE30;
}
</style>