Shades of Apple #63BC4B
Tints of Apple #63BC4B
RGB
CMYK
RGB Variations
Color information
#63BC4B (or 0x63BC4B) is known color: Apple. HEX triplet: 63, BC and 4B. RGB value is (99,188,75). Sum of RGB (Red+Green+Blue) = 99+188+75=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #63BC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BC4B is #9C43B4. Grayscale: #949494. Windows color (decimal): -10240949 or 4963427. OLE color: 4963427.
HSL color Cylindrical-coordinate representation of color #63BC4B: hue angle of 107.26º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63BC4B is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 188 | 75 | - |
| CMYK | 0.47 | 0 | 0.60 | 0.26 |
| HSL | 107.26º | 0.46% | 0.52% | - |
| HSV(B) | 107.26º | 0.6% | 0.74% | - |
| XYZ | 24.4 | 39.13 | 12.92 | - |
| YUV | 148.51 | 86.51 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 188 | 75 | 0.47 | 0 | 0.60 | 0.26 | 107.26 | 0.46 | 0.52 |
| Hex | 63 | BC | 4B | 2F | 0 | 3C | 1A | 6B | 2E | 34 |
| Octal | 143 | 274 | 113 | 57 | 0 | 74 | 32 | 153 | 56 | 64 |
| Binary | 1100011 | 10111100 | 1001011 | 101111 | 0 | 111100 | 11010 | 1101011 | 101110 | 110100 |
Color Harmonies of #63BC4B
Complementary color
Monochromatic Colors of #63BC4B
Black with #63BC4B
Text Example
Text Example
White with #63BC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BC4B; }
p { color: rgb(99,188,75); }
H1.HeaderClassName
{
color: #63BC4B;
}
.AnyTagClassName
{
color: #63BC4B;
}
</style>
background-color css
<style>
a { background-color: #63BC4B; }
a { background-color: rgb(99,188,75); }
div.DivClassName
{
background-color: #63BC4B;
}
.BgClassName
{
background-color: #63BC4B;
}
</style>
border-color css
<style>
span { border-color: #63BC4B; }
span { border-color: rgb(99,188,75); }
td.TdClassName
{
border-color: #63BC4B;
}
.TagClassName
{
border-color: #63BC4B;
}
</style>