Shades of Apple #62CF33
Tints of Apple #62CF33
RGB
CMYK
RGB Variations
Color information
#62CF33 (or 0x62CF33) is known color: Apple. HEX triplet: 62, CF and 33. RGB value is (98,207,51). Sum of RGB (Red+Green+Blue) = 98+207+51=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 207 (81.25% from 255 or 58.15% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 207 - color contains mainly: green. Hex color #62CF33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62CF33 is #9D30CC. Grayscale: #9D9D9D. Windows color (decimal): -10301645 or 3395426. OLE color: 3395426.
HSL color Cylindrical-coordinate representation of color #62CF33: hue angle of 101.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #62CF33 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 207 | 51 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.19 |
| HSL | 101.92º | 0.62% | 0.51% | - |
| HSV(B) | 101.92º | 0.75% | 0.81% | - |
| XYZ | 27.95 | 47.46 | 10.82 | - |
| YUV | 156.63 | 68.39 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 207 | 51 | 0.53 | 0 | 0.75 | 0.19 | 101.92 | 0.62 | 0.51 |
| Hex | 62 | CF | 33 | 35 | 0 | 4B | 13 | 66 | 3E | 33 |
| Octal | 142 | 317 | 63 | 65 | 0 | 113 | 23 | 146 | 76 | 63 |
| Binary | 1100010 | 11001111 | 110011 | 110101 | 0 | 1001011 | 10011 | 1100110 | 111110 | 110011 |
Color Harmonies of #62CF33
Complementary color
Monochromatic Colors of #62CF33
Black with #62CF33
Text Example
Text Example
White with #62CF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CF33; }
p { color: rgb(98,207,51); }
H1.HeaderClassName
{
color: #62CF33;
}
.AnyTagClassName
{
color: #62CF33;
}
</style>
background-color css
<style>
a { background-color: #62CF33; }
a { background-color: rgb(98,207,51); }
div.DivClassName
{
background-color: #62CF33;
}
.BgClassName
{
background-color: #62CF33;
}
</style>
border-color css
<style>
span { border-color: #62CF33; }
span { border-color: rgb(98,207,51); }
td.TdClassName
{
border-color: #62CF33;
}
.TagClassName
{
border-color: #62CF33;
}
</style>