Shades of Apple #6CD63B
Tints of Apple #6CD63B
RGB
CMYK
RGB Variations
Color information
#6CD63B (or 0x6CD63B) is known color: Apple. HEX triplet: 6C, D6 and 3B. RGB value is (108,214,59). Sum of RGB (Red+Green+Blue) = 108+214+59=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 214 (83.98% from 255 or 56.17% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 214 - color contains mainly: green. Hex color #6CD63B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CD63B is #9329C4. Grayscale: #A5A5A5. Windows color (decimal): -9644485 or 3921516. OLE color: 3921516.
HSL color Cylindrical-coordinate representation of color #6CD63B: hue angle of 101.03º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6CD63B is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 108 | 214 | 59 | - |
| CMYK | 0.50 | 0 | 0.72 | 0.16 |
| HSL | 101.03º | 0.65% | 0.54% | - |
| HSV(B) | 101.03º | 0.72% | 0.84% | - |
| XYZ | 31.02 | 51.6 | 12.46 | - |
| YUV | 164.64 | 68.38 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 214 | 59 | 0.50 | 0 | 0.72 | 0.16 | 101.03 | 0.65 | 0.54 |
| Hex | 6C | D6 | 3B | 32 | 0 | 48 | 10 | 65 | 41 | 36 |
| Octal | 154 | 326 | 73 | 62 | 0 | 110 | 20 | 145 | 101 | 66 |
| Binary | 1101100 | 11010110 | 111011 | 110010 | 0 | 1001000 | 10000 | 1100101 | 1000001 | 110110 |
Color Harmonies of #6CD63B
Complementary color
Monochromatic Colors of #6CD63B
Black with #6CD63B
Text Example
Text Example
White with #6CD63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD63B; }
p { color: rgb(108,214,59); }
H1.HeaderClassName
{
color: #6CD63B;
}
.AnyTagClassName
{
color: #6CD63B;
}
</style>
background-color css
<style>
a { background-color: #6CD63B; }
a { background-color: rgb(108,214,59); }
div.DivClassName
{
background-color: #6CD63B;
}
.BgClassName
{
background-color: #6CD63B;
}
</style>
border-color css
<style>
span { border-color: #6CD63B; }
span { border-color: rgb(108,214,59); }
td.TdClassName
{
border-color: #6CD63B;
}
.TagClassName
{
border-color: #6CD63B;
}
</style>