Shades of Apple #6CDD34
Tints of Apple #6CDD34
RGB
CMYK
RGB Variations
Color information
#6CDD34 (or 0x6CDD34) is known color: Apple. HEX triplet: 6C, DD and 34. RGB value is (108,221,52). Sum of RGB (Red+Green+Blue) = 108+221+52=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDD34 is #9322CB. Grayscale: #A8A8A8. Windows color (decimal): -9642700 or 3464556. OLE color: 3464556.
HSL color Cylindrical-coordinate representation of color #6CDD34: hue angle of 100.12º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6CDD34 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 221 | 52 | - |
| CMYK | 0.51 | 0 | 0.76 | 0.13 |
| HSL | 100.12º | 0.71% | 0.54% | - |
| HSV(B) | 100.12º | 0.76% | 0.87% | - |
| XYZ | 32.66 | 55.15 | 12.17 | - |
| YUV | 167.95 | 62.56 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 221 | 52 | 0.51 | 0 | 0.76 | 0.13 | 100.12 | 0.71 | 0.54 |
| Hex | 6C | DD | 34 | 33 | 0 | 4C | D | 64 | 47 | 36 |
| Octal | 154 | 335 | 64 | 63 | 0 | 114 | 15 | 144 | 107 | 66 |
| Binary | 1101100 | 11011101 | 110100 | 110011 | 0 | 1001100 | 1101 | 1100100 | 1000111 | 110110 |
Color Harmonies of #6CDD34
Complementary color
Monochromatic Colors of #6CDD34
Black with #6CDD34
Text Example
Text Example
White with #6CDD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDD34; }
p { color: rgb(108,221,52); }
H1.HeaderClassName
{
color: #6CDD34;
}
.AnyTagClassName
{
color: #6CDD34;
}
</style>
background-color css
<style>
a { background-color: #6CDD34; }
a { background-color: rgb(108,221,52); }
div.DivClassName
{
background-color: #6CDD34;
}
.BgClassName
{
background-color: #6CDD34;
}
</style>
border-color css
<style>
span { border-color: #6CDD34; }
span { border-color: rgb(108,221,52); }
td.TdClassName
{
border-color: #6CDD34;
}
.TagClassName
{
border-color: #6CDD34;
}
</style>