Shades of Apple #6CCA32
Tints of Apple #6CCA32
RGB
CMYK
RGB Variations
Color information
#6CCA32 (or 0x6CCA32) is known color: Apple. HEX triplet: 6C, CA and 32. RGB value is (108,202,50). Sum of RGB (Red+Green+Blue) = 108+202+50=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #6CCA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCA32 is #9335CD. Grayscale: #9D9D9D. Windows color (decimal): -9647566 or 3328620. OLE color: 3328620.
HSL color Cylindrical-coordinate representation of color #6CCA32: hue angle of 97.11º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6CCA32 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 202 | 50 | - |
| CMYK | 0.47 | 0 | 0.75 | 0.21 |
| HSL | 97.11º | 0.6% | 0.49% | - |
| HSV(B) | 97.11º | 0.75% | 0.79% | - |
| XYZ | 27.88 | 45.66 | 10.36 | - |
| YUV | 156.57 | 67.86 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 202 | 50 | 0.47 | 0 | 0.75 | 0.21 | 97.11 | 0.6 | 0.49 |
| Hex | 6C | CA | 32 | 2F | 0 | 4B | 15 | 61 | 3C | 31 |
| Octal | 154 | 312 | 62 | 57 | 0 | 113 | 25 | 141 | 74 | 61 |
| Binary | 1101100 | 11001010 | 110010 | 101111 | 0 | 1001011 | 10101 | 1100001 | 111100 | 110001 |
Color Harmonies of #6CCA32
Complementary color
Monochromatic Colors of #6CCA32
Black with #6CCA32
Text Example
Text Example
White with #6CCA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCA32; }
p { color: rgb(108,202,50); }
H1.HeaderClassName
{
color: #6CCA32;
}
.AnyTagClassName
{
color: #6CCA32;
}
</style>
background-color css
<style>
a { background-color: #6CCA32; }
a { background-color: rgb(108,202,50); }
div.DivClassName
{
background-color: #6CCA32;
}
.BgClassName
{
background-color: #6CCA32;
}
</style>
border-color css
<style>
span { border-color: #6CCA32; }
span { border-color: rgb(108,202,50); }
td.TdClassName
{
border-color: #6CCA32;
}
.TagClassName
{
border-color: #6CCA32;
}
</style>