Shades of Apple #62CE32
Tints of Apple #62CE32
RGB
CMYK
RGB Variations
Color information
#62CE32 (or 0x62CE32) is known color: Apple. HEX triplet: 62, CE and 32. RGB value is (98,206,50). Sum of RGB (Red+Green+Blue) = 98+206+50=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 206 (80.86% from 255 or 58.19% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 206 - color contains mainly: green. Hex color #62CE32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62CE32 is #9D31CD. Grayscale: #9C9C9C. Windows color (decimal): -10301902 or 3329634. OLE color: 3329634.
HSL color Cylindrical-coordinate representation of color #62CE32: hue angle of 101.54º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #62CE32 is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 206 | 50 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.19 |
| HSL | 101.54º | 0.61% | 0.5% | - |
| HSV(B) | 101.54º | 0.76% | 0.81% | - |
| XYZ | 27.68 | 46.97 | 10.62 | - |
| YUV | 155.92 | 68.22 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 206 | 50 | 0.52 | 0 | 0.76 | 0.19 | 101.54 | 0.61 | 0.5 |
| Hex | 62 | CE | 32 | 34 | 0 | 4C | 13 | 66 | 3D | 32 |
| Octal | 142 | 316 | 62 | 64 | 0 | 114 | 23 | 146 | 75 | 62 |
| Binary | 1100010 | 11001110 | 110010 | 110100 | 0 | 1001100 | 10011 | 1100110 | 111101 | 110010 |
Color Harmonies of #62CE32
Complementary color
Monochromatic Colors of #62CE32
Black with #62CE32
Text Example
Text Example
White with #62CE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CE32; }
p { color: rgb(98,206,50); }
H1.HeaderClassName
{
color: #62CE32;
}
.AnyTagClassName
{
color: #62CE32;
}
</style>
background-color css
<style>
a { background-color: #62CE32; }
a { background-color: rgb(98,206,50); }
div.DivClassName
{
background-color: #62CE32;
}
.BgClassName
{
background-color: #62CE32;
}
</style>
border-color css
<style>
span { border-color: #62CE32; }
span { border-color: rgb(98,206,50); }
td.TdClassName
{
border-color: #62CE32;
}
.TagClassName
{
border-color: #62CE32;
}
</style>