Shades of Apple #63B234
Tints of Apple #63B234
RGB
CMYK
RGB Variations
Color information
#63B234 (or 0x63B234) is known color: Apple. HEX triplet: 63, B2 and 34. RGB value is (99,178,52). Sum of RGB (Red+Green+Blue) = 99+178+52=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 178 (69.92% from 255 or 54.10% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 178 - color contains mainly: green. Hex color #63B234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63B234 is #9C4DCB. Grayscale: #8C8C8C. Windows color (decimal): -10243532 or 3453539. OLE color: 3453539.
HSL color Cylindrical-coordinate representation of color #63B234: hue angle of 97.62º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #63B234 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 178 | 52 | - |
| CMYK | 0.44 | 0 | 0.71 | 0.30 |
| HSL | 97.62º | 0.55% | 0.45% | - |
| HSV(B) | 97.62º | 0.71% | 0.7% | - |
| XYZ | 21.69 | 34.74 | 8.81 | - |
| YUV | 140.02 | 78.33 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 178 | 52 | 0.44 | 0 | 0.71 | 0.30 | 97.62 | 0.55 | 0.45 |
| Hex | 63 | B2 | 34 | 2C | 0 | 47 | 1E | 62 | 37 | 2D |
| Octal | 143 | 262 | 64 | 54 | 0 | 107 | 36 | 142 | 67 | 55 |
| Binary | 1100011 | 10110010 | 110100 | 101100 | 0 | 1000111 | 11110 | 1100010 | 110111 | 101101 |
Color Harmonies of #63B234
Complementary color
Monochromatic Colors of #63B234
Black with #63B234
Text Example
Text Example
White with #63B234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B234; }
p { color: rgb(99,178,52); }
H1.HeaderClassName
{
color: #63B234;
}
.AnyTagClassName
{
color: #63B234;
}
</style>
background-color css
<style>
a { background-color: #63B234; }
a { background-color: rgb(99,178,52); }
div.DivClassName
{
background-color: #63B234;
}
.BgClassName
{
background-color: #63B234;
}
</style>
border-color css
<style>
span { border-color: #63B234; }
span { border-color: rgb(99,178,52); }
td.TdClassName
{
border-color: #63B234;
}
.TagClassName
{
border-color: #63B234;
}
</style>