Shades of Apple #62CE38
Tints of Apple #62CE38
RGB
CMYK
RGB Variations
Color information
#62CE38 (or 0x62CE38) is known color: Apple. HEX triplet: 62, CE and 38. RGB value is (98,206,56). Sum of RGB (Red+Green+Blue) = 98+206+56=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 206 (80.86% from 255 or 57.22% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 206 - color contains mainly: green. Hex color #62CE38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62CE38 is #9D31C7. Grayscale: #9D9D9D. Windows color (decimal): -10301896 or 3722850. OLE color: 3722850.
HSL color Cylindrical-coordinate representation of color #62CE38: hue angle of 103.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #62CE38 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 206 | 56 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.19 |
| HSL | 103.2º | 0.6% | 0.51% | - |
| HSV(B) | 103.2º | 0.73% | 0.81% | - |
| XYZ | 27.82 | 47.02 | 11.35 | - |
| YUV | 156.61 | 71.22 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 206 | 56 | 0.52 | 0 | 0.73 | 0.19 | 103.2 | 0.6 | 0.51 |
| Hex | 62 | CE | 38 | 34 | 0 | 49 | 13 | 67 | 3C | 33 |
| Octal | 142 | 316 | 70 | 64 | 0 | 111 | 23 | 147 | 74 | 63 |
| Binary | 1100010 | 11001110 | 111000 | 110100 | 0 | 1001001 | 10011 | 1100111 | 111100 | 110011 |
Color Harmonies of #62CE38
Complementary color
Monochromatic Colors of #62CE38
Black with #62CE38
Text Example
Text Example
White with #62CE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CE38; }
p { color: rgb(98,206,56); }
H1.HeaderClassName
{
color: #62CE38;
}
.AnyTagClassName
{
color: #62CE38;
}
</style>
background-color css
<style>
a { background-color: #62CE38; }
a { background-color: rgb(98,206,56); }
div.DivClassName
{
background-color: #62CE38;
}
.BgClassName
{
background-color: #62CE38;
}
</style>
border-color css
<style>
span { border-color: #62CE38; }
span { border-color: rgb(98,206,56); }
td.TdClassName
{
border-color: #62CE38;
}
.TagClassName
{
border-color: #62CE38;
}
</style>