Shades of Apple #62B23D
Tints of Apple #62B23D
RGB
CMYK
RGB Variations
Color information
#62B23D (or 0x62B23D) is known color: Apple. HEX triplet: 62, B2 and 3D. RGB value is (98,178,61). Sum of RGB (Red+Green+Blue) = 98+178+61=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 178 (69.92% from 255 or 52.82% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 178 - color contains mainly: green. Hex color #62B23D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62B23D is #9D4DC2. Grayscale: #8D8D8D. Windows color (decimal): -10309059 or 4043362. OLE color: 4043362.
HSL color Cylindrical-coordinate representation of color #62B23D: hue angle of 101.03º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #62B23D is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 178 | 61 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.30 |
| HSL | 101.03º | 0.49% | 0.47% | - |
| HSV(B) | 101.03º | 0.66% | 0.7% | - |
| XYZ | 21.8 | 34.77 | 9.98 | - |
| YUV | 140.74 | 83 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 178 | 61 | 0.45 | 0 | 0.66 | 0.30 | 101.03 | 0.49 | 0.47 |
| Hex | 62 | B2 | 3D | 2D | 0 | 42 | 1E | 65 | 31 | 2F |
| Octal | 142 | 262 | 75 | 55 | 0 | 102 | 36 | 145 | 61 | 57 |
| Binary | 1100010 | 10110010 | 111101 | 101101 | 0 | 1000010 | 11110 | 1100101 | 110001 | 101111 |
Color Harmonies of #62B23D
Complementary color
Monochromatic Colors of #62B23D
Black with #62B23D
Text Example
Text Example
White with #62B23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B23D; }
p { color: rgb(98,178,61); }
H1.HeaderClassName
{
color: #62B23D;
}
.AnyTagClassName
{
color: #62B23D;
}
</style>
background-color css
<style>
a { background-color: #62B23D; }
a { background-color: rgb(98,178,61); }
div.DivClassName
{
background-color: #62B23D;
}
.BgClassName
{
background-color: #62B23D;
}
</style>
border-color css
<style>
span { border-color: #62B23D; }
span { border-color: rgb(98,178,61); }
td.TdClassName
{
border-color: #62B23D;
}
.TagClassName
{
border-color: #62B23D;
}
</style>