Shades of Apple #66CF38
Tints of Apple #66CF38
RGB
CMYK
RGB Variations
Color information
#66CF38 (or 0x66CF38) is known color: Apple. HEX triplet: 66, CF and 38. RGB value is (102,207,56). Sum of RGB (Red+Green+Blue) = 102+207+56=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 207 (81.25% from 255 or 56.71% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CF38 is #9930C7. Grayscale: #9E9E9E. Windows color (decimal): -10039496 or 3723110. OLE color: 3723110.
HSL color Cylindrical-coordinate representation of color #66CF38: hue angle of 101.72º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66CF38 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 56 | - |
| CMYK | 0.51 | 0 | 0.73 | 0.19 |
| HSL | 101.72º | 0.61% | 0.52% | - |
| HSV(B) | 101.72º | 0.73% | 0.81% | - |
| XYZ | 28.51 | 47.74 | 11.45 | - |
| YUV | 158.39 | 70.21 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 56 | 0.51 | 0 | 0.73 | 0.19 | 101.72 | 0.61 | 0.52 |
| Hex | 66 | CF | 38 | 33 | 0 | 49 | 13 | 66 | 3D | 34 |
| Octal | 146 | 317 | 70 | 63 | 0 | 111 | 23 | 146 | 75 | 64 |
| Binary | 1100110 | 11001111 | 111000 | 110011 | 0 | 1001001 | 10011 | 1100110 | 111101 | 110100 |
Color Harmonies of #66CF38
Complementary color
Monochromatic Colors of #66CF38
Black with #66CF38
Text Example
Text Example
White with #66CF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CF38; }
p { color: rgb(102,207,56); }
H1.HeaderClassName
{
color: #66CF38;
}
.AnyTagClassName
{
color: #66CF38;
}
</style>
background-color css
<style>
a { background-color: #66CF38; }
a { background-color: rgb(102,207,56); }
div.DivClassName
{
background-color: #66CF38;
}
.BgClassName
{
background-color: #66CF38;
}
</style>
border-color css
<style>
span { border-color: #66CF38; }
span { border-color: rgb(102,207,56); }
td.TdClassName
{
border-color: #66CF38;
}
.TagClassName
{
border-color: #66CF38;
}
</style>