Shades of Apple #62E334
Tints of Apple #62E334
RGB
CMYK
RGB Variations
Color information
#62E334 (or 0x62E334) is known color: Apple. HEX triplet: 62, E3 and 34. RGB value is (98,227,52). Sum of RGB (Red+Green+Blue) = 98+227+52=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 227 (89.06% from 255 or 60.21% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 227 - color contains mainly: green. Hex color #62E334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62E334 is #9D1CCB. Grayscale: #A9A9A9. Windows color (decimal): -10296524 or 3466082. OLE color: 3466082.
HSL color Cylindrical-coordinate representation of color #62E334: hue angle of 104.23º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #62E334 is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 98 | 227 | 52 | - |
| CMYK | 0.57 | 0 | 0.77 | 0.11 |
| HSL | 104.23º | 0.76% | 0.55% | - |
| HSV(B) | 104.23º | 0.77% | 0.89% | - |
| XYZ | 33.13 | 57.78 | 12.66 | - |
| YUV | 168.48 | 62.26 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 227 | 52 | 0.57 | 0 | 0.77 | 0.11 | 104.23 | 0.76 | 0.55 |
| Hex | 62 | E3 | 34 | 39 | 0 | 4D | B | 68 | 4C | 37 |
| Octal | 142 | 343 | 64 | 71 | 0 | 115 | 13 | 150 | 114 | 67 |
| Binary | 1100010 | 11100011 | 110100 | 111001 | 0 | 1001101 | 1011 | 1101000 | 1001100 | 110111 |
Color Harmonies of #62E334
Complementary color
Monochromatic Colors of #62E334
Black with #62E334
Text Example
Text Example
White with #62E334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62E334; }
p { color: rgb(98,227,52); }
H1.HeaderClassName
{
color: #62E334;
}
.AnyTagClassName
{
color: #62E334;
}
</style>
background-color css
<style>
a { background-color: #62E334; }
a { background-color: rgb(98,227,52); }
div.DivClassName
{
background-color: #62E334;
}
.BgClassName
{
background-color: #62E334;
}
</style>
border-color css
<style>
span { border-color: #62E334; }
span { border-color: rgb(98,227,52); }
td.TdClassName
{
border-color: #62E334;
}
.TagClassName
{
border-color: #62E334;
}
</style>