Shades of Apple #62CE33
Tints of Apple #62CE33
RGB
CMYK
RGB Variations
Color information
#62CE33 (or 0x62CE33) is known color: Apple. HEX triplet: 62, CE and 33. RGB value is (98,206,51). Sum of RGB (Red+Green+Blue) = 98+206+51=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 206 (80.86% from 255 or 58.03% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 206 - color contains mainly: green. Hex color #62CE33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62CE33 is #9D31CC. Grayscale: #9C9C9C. Windows color (decimal): -10301901 or 3395170. OLE color: 3395170.
HSL color Cylindrical-coordinate representation of color #62CE33: hue angle of 101.81º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #62CE33 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 206 | 51 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.19 |
| HSL | 101.81º | 0.61% | 0.5% | - |
| HSV(B) | 101.81º | 0.75% | 0.81% | - |
| XYZ | 27.71 | 46.98 | 10.74 | - |
| YUV | 156.04 | 68.72 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 206 | 51 | 0.52 | 0 | 0.75 | 0.19 | 101.81 | 0.61 | 0.5 |
| Hex | 62 | CE | 33 | 34 | 0 | 4B | 13 | 66 | 3D | 32 |
| Octal | 142 | 316 | 63 | 64 | 0 | 113 | 23 | 146 | 75 | 62 |
| Binary | 1100010 | 11001110 | 110011 | 110100 | 0 | 1001011 | 10011 | 1100110 | 111101 | 110010 |
Color Harmonies of #62CE33
Complementary color
Monochromatic Colors of #62CE33
Black with #62CE33
Text Example
Text Example
White with #62CE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CE33; }
p { color: rgb(98,206,51); }
H1.HeaderClassName
{
color: #62CE33;
}
.AnyTagClassName
{
color: #62CE33;
}
</style>
background-color css
<style>
a { background-color: #62CE33; }
a { background-color: rgb(98,206,51); }
div.DivClassName
{
background-color: #62CE33;
}
.BgClassName
{
background-color: #62CE33;
}
</style>
border-color css
<style>
span { border-color: #62CE33; }
span { border-color: rgb(98,206,51); }
td.TdClassName
{
border-color: #62CE33;
}
.TagClassName
{
border-color: #62CE33;
}
</style>