Shades of Apple #62B73C
Tints of Apple #62B73C
RGB
CMYK
RGB Variations
Color information
#62B73C (or 0x62B73C) is known color: Apple. HEX triplet: 62, B7 and 3C. RGB value is (98,183,60). Sum of RGB (Red+Green+Blue) = 98+183+60=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #62B73C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62B73C is #9D48C3. Grayscale: #8F8F8F. Windows color (decimal): -10307780 or 3979106. OLE color: 3979106.
HSL color Cylindrical-coordinate representation of color #62B73C: hue angle of 101.46º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #62B73C is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 98 | 183 | 60 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.28 |
| HSL | 101.46º | 0.51% | 0.48% | - |
| HSV(B) | 101.46º | 0.67% | 0.72% | - |
| XYZ | 22.79 | 36.79 | 10.18 | - |
| YUV | 143.56 | 80.84 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 183 | 60 | 0.46 | 0 | 0.67 | 0.28 | 101.46 | 0.51 | 0.48 |
| Hex | 62 | B7 | 3C | 2E | 0 | 43 | 1C | 65 | 33 | 30 |
| Octal | 142 | 267 | 74 | 56 | 0 | 103 | 34 | 145 | 63 | 60 |
| Binary | 1100010 | 10110111 | 111100 | 101110 | 0 | 1000011 | 11100 | 1100101 | 110011 | 110000 |
Color Harmonies of #62B73C
Complementary color
Monochromatic Colors of #62B73C
Black with #62B73C
Text Example
Text Example
White with #62B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B73C; }
p { color: rgb(98,183,60); }
H1.HeaderClassName
{
color: #62B73C;
}
.AnyTagClassName
{
color: #62B73C;
}
</style>
background-color css
<style>
a { background-color: #62B73C; }
a { background-color: rgb(98,183,60); }
div.DivClassName
{
background-color: #62B73C;
}
.BgClassName
{
background-color: #62B73C;
}
</style>
border-color css
<style>
span { border-color: #62B73C; }
span { border-color: rgb(98,183,60); }
td.TdClassName
{
border-color: #62B73C;
}
.TagClassName
{
border-color: #62B73C;
}
</style>