Shades of Apple #63B13D
Tints of Apple #63B13D
RGB
CMYK
RGB Variations
Color information
#63B13D (or 0x63B13D) is known color: Apple. HEX triplet: 63, B1 and 3D. RGB value is (99,177,61). Sum of RGB (Red+Green+Blue) = 99+177+61=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 177 (69.53% from 255 or 52.52% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 177 - color contains mainly: green. Hex color #63B13D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63B13D is #9C4EC2. Grayscale: #8C8C8C. Windows color (decimal): -10243779 or 4043107. OLE color: 4043107.
HSL color Cylindrical-coordinate representation of color #63B13D: hue angle of 100.34º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63B13D is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 177 | 61 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.31 |
| HSL | 100.34º | 0.49% | 0.47% | - |
| HSV(B) | 100.34º | 0.66% | 0.69% | - |
| XYZ | 21.71 | 34.43 | 9.92 | - |
| YUV | 140.45 | 83.16 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 177 | 61 | 0.44 | 0 | 0.66 | 0.31 | 100.34 | 0.49 | 0.47 |
| Hex | 63 | B1 | 3D | 2C | 0 | 42 | 1F | 64 | 31 | 2F |
| Octal | 143 | 261 | 75 | 54 | 0 | 102 | 37 | 144 | 61 | 57 |
| Binary | 1100011 | 10110001 | 111101 | 101100 | 0 | 1000010 | 11111 | 1100100 | 110001 | 101111 |
Color Harmonies of #63B13D
Complementary color
Monochromatic Colors of #63B13D
Black with #63B13D
Text Example
Text Example
White with #63B13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B13D; }
p { color: rgb(99,177,61); }
H1.HeaderClassName
{
color: #63B13D;
}
.AnyTagClassName
{
color: #63B13D;
}
</style>
background-color css
<style>
a { background-color: #63B13D; }
a { background-color: rgb(99,177,61); }
div.DivClassName
{
background-color: #63B13D;
}
.BgClassName
{
background-color: #63B13D;
}
</style>
border-color css
<style>
span { border-color: #63B13D; }
span { border-color: rgb(99,177,61); }
td.TdClassName
{
border-color: #63B13D;
}
.TagClassName
{
border-color: #63B13D;
}
</style>