Shades of Apple #63CB3C
Tints of Apple #63CB3C
RGB
CMYK
RGB Variations
Color information
#63CB3C (or 0x63CB3C) is known color: Apple. HEX triplet: 63, CB and 3C. RGB value is (99,203,60). Sum of RGB (Red+Green+Blue) = 99+203+60=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 203 (79.69% from 255 or 56.08% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 203 - color contains mainly: green. Hex color #63CB3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63CB3C is #9C34C3. Grayscale: #9C9C9C. Windows color (decimal): -10237124 or 3984227. OLE color: 3984227.
HSL color Cylindrical-coordinate representation of color #63CB3C: hue angle of 103.64º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63CB3C is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 203 | 60 | - |
| CMYK | 0.51 | 0 | 0.70 | 0.20 |
| HSL | 103.64º | 0.58% | 0.52% | - |
| HSV(B) | 103.64º | 0.7% | 0.8% | - |
| XYZ | 27.32 | 45.69 | 11.65 | - |
| YUV | 155.6 | 74.04 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 203 | 60 | 0.51 | 0 | 0.70 | 0.20 | 103.64 | 0.58 | 0.52 |
| Hex | 63 | CB | 3C | 33 | 0 | 46 | 14 | 68 | 3A | 34 |
| Octal | 143 | 313 | 74 | 63 | 0 | 106 | 24 | 150 | 72 | 64 |
| Binary | 1100011 | 11001011 | 111100 | 110011 | 0 | 1000110 | 10100 | 1101000 | 111010 | 110100 |
Color Harmonies of #63CB3C
Complementary color
Monochromatic Colors of #63CB3C
Black with #63CB3C
Text Example
Text Example
White with #63CB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CB3C; }
p { color: rgb(99,203,60); }
H1.HeaderClassName
{
color: #63CB3C;
}
.AnyTagClassName
{
color: #63CB3C;
}
</style>
background-color css
<style>
a { background-color: #63CB3C; }
a { background-color: rgb(99,203,60); }
div.DivClassName
{
background-color: #63CB3C;
}
.BgClassName
{
background-color: #63CB3C;
}
</style>
border-color css
<style>
span { border-color: #63CB3C; }
span { border-color: rgb(99,203,60); }
td.TdClassName
{
border-color: #63CB3C;
}
.TagClassName
{
border-color: #63CB3C;
}
</style>