Shades of Apple #6CCD34
Tints of Apple #6CCD34
RGB
CMYK
RGB Variations
Color information
#6CCD34 (or 0x6CCD34) is known color: Apple. HEX triplet: 6C, CD and 34. RGB value is (108,205,52). Sum of RGB (Red+Green+Blue) = 108+205+52=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCD34 is #9332CB. Grayscale: #9F9F9F. Windows color (decimal): -9646796 or 3460460. OLE color: 3460460.
HSL color Cylindrical-coordinate representation of color #6CCD34: hue angle of 98.04º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6CCD34 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 205 | 52 | - |
| CMYK | 0.47 | 0 | 0.75 | 0.20 |
| HSL | 98.04º | 0.6% | 0.5% | - |
| HSV(B) | 98.04º | 0.75% | 0.8% | - |
| XYZ | 28.64 | 47.1 | 10.83 | - |
| YUV | 158.56 | 67.86 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 52 | 0.47 | 0 | 0.75 | 0.20 | 98.04 | 0.6 | 0.5 |
| Hex | 6C | CD | 34 | 2F | 0 | 4B | 14 | 62 | 3C | 32 |
| Octal | 154 | 315 | 64 | 57 | 0 | 113 | 24 | 142 | 74 | 62 |
| Binary | 1101100 | 11001101 | 110100 | 101111 | 0 | 1001011 | 10100 | 1100010 | 111100 | 110010 |
Color Harmonies of #6CCD34
Complementary color
Monochromatic Colors of #6CCD34
Black with #6CCD34
Text Example
Text Example
White with #6CCD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCD34; }
p { color: rgb(108,205,52); }
H1.HeaderClassName
{
color: #6CCD34;
}
.AnyTagClassName
{
color: #6CCD34;
}
</style>
background-color css
<style>
a { background-color: #6CCD34; }
a { background-color: rgb(108,205,52); }
div.DivClassName
{
background-color: #6CCD34;
}
.BgClassName
{
background-color: #6CCD34;
}
</style>
border-color css
<style>
span { border-color: #6CCD34; }
span { border-color: rgb(108,205,52); }
td.TdClassName
{
border-color: #6CCD34;
}
.TagClassName
{
border-color: #6CCD34;
}
</style>