Shades of Apple #62C341
Tints of Apple #62C341
RGB
CMYK
RGB Variations
Color information
#62C341 (or 0x62C341) is known color: Apple. HEX triplet: 62, C3 and 41. RGB value is (98,195,65). Sum of RGB (Red+Green+Blue) = 98+195+65=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 195 (76.56% from 255 or 54.47% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 195 - color contains mainly: green. Hex color #62C341 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62C341 is #9D3CBE. Grayscale: #979797. Windows color (decimal): -10304703 or 4309858. OLE color: 4309858.
HSL color Cylindrical-coordinate representation of color #62C341: hue angle of 104.77º 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 #62C341 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 195 | 65 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.24 |
| HSL | 104.77º | 0.52% | 0.51% | - |
| HSV(B) | 104.77º | 0.67% | 0.76% | - |
| XYZ | 25.51 | 42.01 | 11.77 | - |
| YUV | 151.18 | 79.36 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 195 | 65 | 0.50 | 0 | 0.67 | 0.24 | 104.77 | 0.52 | 0.51 |
| Hex | 62 | C3 | 41 | 32 | 0 | 43 | 18 | 69 | 34 | 33 |
| Octal | 142 | 303 | 101 | 62 | 0 | 103 | 30 | 151 | 64 | 63 |
| Binary | 1100010 | 11000011 | 1000001 | 110010 | 0 | 1000011 | 11000 | 1101001 | 110100 | 110011 |
Color Harmonies of #62C341
Complementary color
Monochromatic Colors of #62C341
Black with #62C341
Text Example
Text Example
White with #62C341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C341; }
p { color: rgb(98,195,65); }
H1.HeaderClassName
{
color: #62C341;
}
.AnyTagClassName
{
color: #62C341;
}
</style>
background-color css
<style>
a { background-color: #62C341; }
a { background-color: rgb(98,195,65); }
div.DivClassName
{
background-color: #62C341;
}
.BgClassName
{
background-color: #62C341;
}
</style>
border-color css
<style>
span { border-color: #62C341; }
span { border-color: rgb(98,195,65); }
td.TdClassName
{
border-color: #62C341;
}
.TagClassName
{
border-color: #62C341;
}
</style>