Shades of Apple #62CB47
Tints of Apple #62CB47
RGB
CMYK
RGB Variations
Color information
#62CB47 (or 0x62CB47) is known color: Apple. HEX triplet: 62, CB and 47. RGB value is (98,203,71). Sum of RGB (Red+Green+Blue) = 98+203+71=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 203 (79.69% from 255 or 54.57% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 203 - color contains mainly: green. Hex color #62CB47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62CB47 is #9D34B8. Grayscale: #9C9C9C. Windows color (decimal): -10302649 or 4705122. OLE color: 4705122.
HSL color Cylindrical-coordinate representation of color #62CB47: hue angle of 107.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #62CB47 is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 203 | 71 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.20 |
| HSL | 107.73º | 0.56% | 0.54% | - |
| HSV(B) | 107.73º | 0.65% | 0.8% | - |
| XYZ | 27.53 | 45.76 | 13.34 | - |
| YUV | 156.56 | 79.71 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 203 | 71 | 0.52 | 0 | 0.65 | 0.20 | 107.73 | 0.56 | 0.54 |
| Hex | 62 | CB | 47 | 34 | 0 | 41 | 14 | 6C | 38 | 36 |
| Octal | 142 | 313 | 107 | 64 | 0 | 101 | 24 | 154 | 70 | 66 |
| Binary | 1100010 | 11001011 | 1000111 | 110100 | 0 | 1000001 | 10100 | 1101100 | 111000 | 110110 |
Color Harmonies of #62CB47
Complementary color
Monochromatic Colors of #62CB47
Black with #62CB47
Text Example
Text Example
White with #62CB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CB47; }
p { color: rgb(98,203,71); }
H1.HeaderClassName
{
color: #62CB47;
}
.AnyTagClassName
{
color: #62CB47;
}
</style>
background-color css
<style>
a { background-color: #62CB47; }
a { background-color: rgb(98,203,71); }
div.DivClassName
{
background-color: #62CB47;
}
.BgClassName
{
background-color: #62CB47;
}
</style>
border-color css
<style>
span { border-color: #62CB47; }
span { border-color: rgb(98,203,71); }
td.TdClassName
{
border-color: #62CB47;
}
.TagClassName
{
border-color: #62CB47;
}
</style>