Shades of Apple #62CE42
Tints of Apple #62CE42
RGB
CMYK
RGB Variations
Color information
#62CE42 (or 0x62CE42) is known color: Apple. HEX triplet: 62, CE and 42. RGB value is (98,206,66). Sum of RGB (Red+Green+Blue) = 98+206+66=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 206 (80.86% from 255 or 55.68% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 206 - color contains mainly: green. Hex color #62CE42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62CE42 is #9D31BD. Grayscale: #9E9E9E. Windows color (decimal): -10301886 or 4378210. OLE color: 4378210.
HSL color Cylindrical-coordinate representation of color #62CE42: hue angle of 106.29º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #62CE42 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 206 | 66 | - |
| CMYK | 0.52 | 0 | 0.68 | 0.19 |
| HSL | 106.29º | 0.59% | 0.53% | - |
| HSV(B) | 106.29º | 0.68% | 0.81% | - |
| XYZ | 28.09 | 47.13 | 12.77 | - |
| YUV | 157.75 | 76.22 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 206 | 66 | 0.52 | 0 | 0.68 | 0.19 | 106.29 | 0.59 | 0.53 |
| Hex | 62 | CE | 42 | 34 | 0 | 44 | 13 | 6A | 3B | 35 |
| Octal | 142 | 316 | 102 | 64 | 0 | 104 | 23 | 152 | 73 | 65 |
| Binary | 1100010 | 11001110 | 1000010 | 110100 | 0 | 1000100 | 10011 | 1101010 | 111011 | 110101 |
Color Harmonies of #62CE42
Complementary color
Monochromatic Colors of #62CE42
Black with #62CE42
Text Example
Text Example
White with #62CE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CE42; }
p { color: rgb(98,206,66); }
H1.HeaderClassName
{
color: #62CE42;
}
.AnyTagClassName
{
color: #62CE42;
}
</style>
background-color css
<style>
a { background-color: #62CE42; }
a { background-color: rgb(98,206,66); }
div.DivClassName
{
background-color: #62CE42;
}
.BgClassName
{
background-color: #62CE42;
}
</style>
border-color css
<style>
span { border-color: #62CE42; }
span { border-color: rgb(98,206,66); }
td.TdClassName
{
border-color: #62CE42;
}
.TagClassName
{
border-color: #62CE42;
}
</style>