Shades of Apple #63CF4F
Tints of Apple #63CF4F
RGB
CMYK
RGB Variations
Color information
#63CF4F (or 0x63CF4F) is known color: Apple. HEX triplet: 63, CF and 4F. RGB value is (99,207,79). Sum of RGB (Red+Green+Blue) = 99+207+79=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #63CF4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63CF4F is #9C30B0. Grayscale: #A0A0A0. Windows color (decimal): -10236081 or 5230435. OLE color: 5230435.
HSL color Cylindrical-coordinate representation of color #63CF4F: hue angle of 110.62º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #63CF4F is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 207 | 79 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.19 |
| HSL | 110.63º | 0.57% | 0.56% | - |
| HSV(B) | 110.63º | 0.62% | 0.81% | - |
| XYZ | 28.87 | 47.84 | 15.11 | - |
| YUV | 160.12 | 82.22 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 207 | 79 | 0.52 | 0 | 0.62 | 0.19 | 110.63 | 0.57 | 0.56 |
| Hex | 63 | CF | 4F | 34 | 0 | 3E | 13 | 6F | 39 | 38 |
| Octal | 143 | 317 | 117 | 64 | 0 | 76 | 23 | 157 | 71 | 70 |
| Binary | 1100011 | 11001111 | 1001111 | 110100 | 0 | 111110 | 10011 | 1101111 | 111001 | 111000 |
Color Harmonies of #63CF4F
Complementary color
Monochromatic Colors of #63CF4F
Black with #63CF4F
Text Example
Text Example
White with #63CF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CF4F; }
p { color: rgb(99,207,79); }
H1.HeaderClassName
{
color: #63CF4F;
}
.AnyTagClassName
{
color: #63CF4F;
}
</style>
background-color css
<style>
a { background-color: #63CF4F; }
a { background-color: rgb(99,207,79); }
div.DivClassName
{
background-color: #63CF4F;
}
.BgClassName
{
background-color: #63CF4F;
}
</style>
border-color css
<style>
span { border-color: #63CF4F; }
span { border-color: rgb(99,207,79); }
td.TdClassName
{
border-color: #63CF4F;
}
.TagClassName
{
border-color: #63CF4F;
}
</style>