Shades of Apple #66C24B
Tints of Apple #66C24B
RGB
CMYK
RGB Variations
Color information
#66C24B (or 0x66C24B) is known color: Apple. HEX triplet: 66, C2 and 4B. RGB value is (102,194,75). Sum of RGB (Red+Green+Blue) = 102+194+75=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #66C24B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C24B is #993DB4. Grayscale: #999999. Windows color (decimal): -10042805 or 4964966. OLE color: 4964966.
HSL color Cylindrical-coordinate representation of color #66C24B: hue angle of 106.39º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66C24B is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 194 | 75 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.24 |
| HSL | 106.39º | 0.49% | 0.53% | - |
| HSV(B) | 106.39º | 0.61% | 0.76% | - |
| XYZ | 26.04 | 41.92 | 13.37 | - |
| YUV | 152.93 | 84.02 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 194 | 75 | 0.47 | 0 | 0.61 | 0.24 | 106.39 | 0.49 | 0.53 |
| Hex | 66 | C2 | 4B | 2F | 0 | 3D | 18 | 6A | 31 | 35 |
| Octal | 146 | 302 | 113 | 57 | 0 | 75 | 30 | 152 | 61 | 65 |
| Binary | 1100110 | 11000010 | 1001011 | 101111 | 0 | 111101 | 11000 | 1101010 | 110001 | 110101 |
Color Harmonies of #66C24B
Complementary color
Monochromatic Colors of #66C24B
Black with #66C24B
Text Example
Text Example
White with #66C24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C24B; }
p { color: rgb(102,194,75); }
H1.HeaderClassName
{
color: #66C24B;
}
.AnyTagClassName
{
color: #66C24B;
}
</style>
background-color css
<style>
a { background-color: #66C24B; }
a { background-color: rgb(102,194,75); }
div.DivClassName
{
background-color: #66C24B;
}
.BgClassName
{
background-color: #66C24B;
}
</style>
border-color css
<style>
span { border-color: #66C24B; }
span { border-color: rgb(102,194,75); }
td.TdClassName
{
border-color: #66C24B;
}
.TagClassName
{
border-color: #66C24B;
}
</style>