Shades of Apple #66BE3C
Tints of Apple #66BE3C
RGB
CMYK
RGB Variations
Color information
#66BE3C (or 0x66BE3C) is known color: Apple. HEX triplet: 66, BE and 3C. RGB value is (102,190,60). Sum of RGB (Red+Green+Blue) = 102+190+60=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 190 (74.61% from 255 or 53.98% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BE3C is #9941C3. Grayscale: #959595. Windows color (decimal): -10043844 or 3980902. OLE color: 3980902.
HSL color Cylindrical-coordinate representation of color #66BE3C: hue angle of 100.62º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66BE3C is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 190 | 60 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.25 |
| HSL | 100.62º | 0.52% | 0.49% | - |
| HSV(B) | 100.62º | 0.68% | 0.75% | - |
| XYZ | 24.71 | 39.98 | 10.69 | - |
| YUV | 148.87 | 77.85 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 60 | 0.46 | 0 | 0.68 | 0.25 | 100.62 | 0.52 | 0.49 |
| Hex | 66 | BE | 3C | 2E | 0 | 44 | 19 | 65 | 34 | 31 |
| Octal | 146 | 276 | 74 | 56 | 0 | 104 | 31 | 145 | 64 | 61 |
| Binary | 1100110 | 10111110 | 111100 | 101110 | 0 | 1000100 | 11001 | 1100101 | 110100 | 110001 |
Color Harmonies of #66BE3C
Complementary color
Monochromatic Colors of #66BE3C
Black with #66BE3C
Text Example
Text Example
White with #66BE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BE3C; }
p { color: rgb(102,190,60); }
H1.HeaderClassName
{
color: #66BE3C;
}
.AnyTagClassName
{
color: #66BE3C;
}
</style>
background-color css
<style>
a { background-color: #66BE3C; }
a { background-color: rgb(102,190,60); }
div.DivClassName
{
background-color: #66BE3C;
}
.BgClassName
{
background-color: #66BE3C;
}
</style>
border-color css
<style>
span { border-color: #66BE3C; }
span { border-color: rgb(102,190,60); }
td.TdClassName
{
border-color: #66BE3C;
}
.TagClassName
{
border-color: #66BE3C;
}
</style>