Shades of Apple #66C23D
Tints of Apple #66C23D
RGB
CMYK
RGB Variations
Color information
#66C23D (or 0x66C23D) is known color: Apple. HEX triplet: 66, C2 and 3D. RGB value is (102,194,61). Sum of RGB (Red+Green+Blue) = 102+194+61=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #66C23D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C23D is #993DC2. Grayscale: #979797. Windows color (decimal): -10042819 or 4047462. OLE color: 4047462.
HSL color Cylindrical-coordinate representation of color #66C23D: hue angle of 101.5º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66C23D is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 194 | 61 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.24 |
| HSL | 101.5º | 0.52% | 0.5% | - |
| HSV(B) | 101.5º | 0.69% | 0.76% | - |
| XYZ | 25.61 | 41.75 | 11.12 | - |
| YUV | 151.33 | 77.02 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 194 | 61 | 0.47 | 0 | 0.69 | 0.24 | 101.5 | 0.52 | 0.5 |
| Hex | 66 | C2 | 3D | 2F | 0 | 45 | 18 | 66 | 34 | 32 |
| Octal | 146 | 302 | 75 | 57 | 0 | 105 | 30 | 146 | 64 | 62 |
| Binary | 1100110 | 11000010 | 111101 | 101111 | 0 | 1000101 | 11000 | 1100110 | 110100 | 110010 |
Color Harmonies of #66C23D
Complementary color
Monochromatic Colors of #66C23D
Black with #66C23D
Text Example
Text Example
White with #66C23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C23D; }
p { color: rgb(102,194,61); }
H1.HeaderClassName
{
color: #66C23D;
}
.AnyTagClassName
{
color: #66C23D;
}
</style>
background-color css
<style>
a { background-color: #66C23D; }
a { background-color: rgb(102,194,61); }
div.DivClassName
{
background-color: #66C23D;
}
.BgClassName
{
background-color: #66C23D;
}
</style>
border-color css
<style>
span { border-color: #66C23D; }
span { border-color: rgb(102,194,61); }
td.TdClassName
{
border-color: #66C23D;
}
.TagClassName
{
border-color: #66C23D;
}
</style>