Shades of Apple #63B05A
Tints of Apple #63B05A
RGB
CMYK
RGB Variations
Color information
#63B05A (or 0x63B05A) is known color: Apple. HEX triplet: 63, B0 and 5A. RGB value is (99,176,90). Sum of RGB (Red+Green+Blue) = 99+176+90=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 176 - color contains mainly: green. Hex color #63B05A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63B05A is #9C4FA5. Grayscale: #8F8F8F. Windows color (decimal): -10244006 or 5943395. OLE color: 5943395.
HSL color Cylindrical-coordinate representation of color #63B05A: hue angle of 113.72º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63B05A is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 176 | 90 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.31 |
| HSL | 113.72º | 0.35% | 0.52% | - |
| HSV(B) | 113.72º | 0.49% | 0.69% | - |
| XYZ | 22.52 | 34.44 | 15.13 | - |
| YUV | 143.17 | 97.99 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 176 | 90 | 0.44 | 0 | 0.49 | 0.31 | 113.72 | 0.35 | 0.52 |
| Hex | 63 | B0 | 5A | 2C | 0 | 31 | 1F | 72 | 23 | 34 |
| Octal | 143 | 260 | 132 | 54 | 0 | 61 | 37 | 162 | 43 | 64 |
| Binary | 1100011 | 10110000 | 1011010 | 101100 | 0 | 110001 | 11111 | 1110010 | 100011 | 110100 |
Color Harmonies of #63B05A
Complementary color
Monochromatic Colors of #63B05A
Black with #63B05A
Text Example
Text Example
White with #63B05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B05A; }
p { color: rgb(99,176,90); }
H1.HeaderClassName
{
color: #63B05A;
}
.AnyTagClassName
{
color: #63B05A;
}
</style>
background-color css
<style>
a { background-color: #63B05A; }
a { background-color: rgb(99,176,90); }
div.DivClassName
{
background-color: #63B05A;
}
.BgClassName
{
background-color: #63B05A;
}
</style>
border-color css
<style>
span { border-color: #63B05A; }
span { border-color: rgb(99,176,90); }
td.TdClassName
{
border-color: #63B05A;
}
.TagClassName
{
border-color: #63B05A;
}
</style>