Shades of Apple #62C340
Tints of Apple #62C340
RGB
CMYK
RGB Variations
Color information
#62C340 (or 0x62C340) is known color: Apple. HEX triplet: 62, C3 and 40. RGB value is (98,195,64). Sum of RGB (Red+Green+Blue) = 98+195+64=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 195 (76.56% from 255 or 54.62% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 195 - color contains mainly: green. Hex color #62C340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62C340 is #9D3CBF. Grayscale: #979797. Windows color (decimal): -10304704 or 4244322. OLE color: 4244322.
HSL color Cylindrical-coordinate representation of color #62C340: hue angle of 104.43º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #62C340 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 195 | 64 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.24 |
| HSL | 104.43º | 0.52% | 0.51% | - |
| HSV(B) | 104.43º | 0.67% | 0.76% | - |
| XYZ | 25.48 | 42 | 11.61 | - |
| YUV | 151.06 | 78.86 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 195 | 64 | 0.50 | 0 | 0.67 | 0.24 | 104.43 | 0.52 | 0.51 |
| Hex | 62 | C3 | 40 | 32 | 0 | 43 | 18 | 68 | 34 | 33 |
| Octal | 142 | 303 | 100 | 62 | 0 | 103 | 30 | 150 | 64 | 63 |
| Binary | 1100010 | 11000011 | 1000000 | 110010 | 0 | 1000011 | 11000 | 1101000 | 110100 | 110011 |
Color Harmonies of #62C340
Complementary color
Monochromatic Colors of #62C340
Black with #62C340
Text Example
Text Example
White with #62C340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C340; }
p { color: rgb(98,195,64); }
H1.HeaderClassName
{
color: #62C340;
}
.AnyTagClassName
{
color: #62C340;
}
</style>
background-color css
<style>
a { background-color: #62C340; }
a { background-color: rgb(98,195,64); }
div.DivClassName
{
background-color: #62C340;
}
.BgClassName
{
background-color: #62C340;
}
</style>
border-color css
<style>
span { border-color: #62C340; }
span { border-color: rgb(98,195,64); }
td.TdClassName
{
border-color: #62C340;
}
.TagClassName
{
border-color: #62C340;
}
</style>