Shades of Apple #62CB3E
Tints of Apple #62CB3E
RGB
CMYK
RGB Variations
Color information
#62CB3E (or 0x62CB3E) is known color: Apple. HEX triplet: 62, CB and 3E. RGB value is (98,203,62). Sum of RGB (Red+Green+Blue) = 98+203+62=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 203 (79.69% from 255 or 55.92% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 203 - color contains mainly: green. Hex color #62CB3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62CB3E is #9D34C1. Grayscale: #9B9B9B. Windows color (decimal): -10302658 or 4115298. OLE color: 4115298.
HSL color Cylindrical-coordinate representation of color #62CB3E: hue angle of 104.68º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #62CB3E is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 203 | 62 | - |
| CMYK | 0.52 | 0 | 0.69 | 0.20 |
| HSL | 104.68º | 0.58% | 0.52% | - |
| HSV(B) | 104.68º | 0.69% | 0.8% | - |
| XYZ | 27.26 | 45.66 | 11.93 | - |
| YUV | 155.53 | 75.21 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 203 | 62 | 0.52 | 0 | 0.69 | 0.20 | 104.68 | 0.58 | 0.52 |
| Hex | 62 | CB | 3E | 34 | 0 | 45 | 14 | 69 | 3A | 34 |
| Octal | 142 | 313 | 76 | 64 | 0 | 105 | 24 | 151 | 72 | 64 |
| Binary | 1100010 | 11001011 | 111110 | 110100 | 0 | 1000101 | 10100 | 1101001 | 111010 | 110100 |
Color Harmonies of #62CB3E
Complementary color
Monochromatic Colors of #62CB3E
Black with #62CB3E
Text Example
Text Example
White with #62CB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CB3E; }
p { color: rgb(98,203,62); }
H1.HeaderClassName
{
color: #62CB3E;
}
.AnyTagClassName
{
color: #62CB3E;
}
</style>
background-color css
<style>
a { background-color: #62CB3E; }
a { background-color: rgb(98,203,62); }
div.DivClassName
{
background-color: #62CB3E;
}
.BgClassName
{
background-color: #62CB3E;
}
</style>
border-color css
<style>
span { border-color: #62CB3E; }
span { border-color: rgb(98,203,62); }
td.TdClassName
{
border-color: #62CB3E;
}
.TagClassName
{
border-color: #62CB3E;
}
</style>