Shades of Apple #6CDD3B
Tints of Apple #6CDD3B
RGB
CMYK
RGB Variations
Color information
#6CDD3B (or 0x6CDD3B) is known color: Apple. HEX triplet: 6C, DD and 3B. RGB value is (108,221,59). Sum of RGB (Red+Green+Blue) = 108+221+59=388 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.84% from 388); Green value is 221 (86.72% from 255 or 56.96% from 388); Blue value is 59 (23.44% from 255 or 15.21% from 388); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDD3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDD3B is #9322C4. Grayscale: #A9A9A9. Windows color (decimal): -9642693 or 3923308. OLE color: 3923308.
HSL color Cylindrical-coordinate representation of color #6CDD3B: hue angle of 101.85º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6CDD3B is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 221 | 59 | - |
| CMYK | 0.51 | 0 | 0.73 | 0.13 |
| HSL | 101.85º | 0.7% | 0.55% | - |
| HSV(B) | 101.85º | 0.73% | 0.87% | - |
| XYZ | 32.83 | 55.22 | 13.07 | - |
| YUV | 168.75 | 66.06 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 221 | 59 | 0.51 | 0 | 0.73 | 0.13 | 101.85 | 0.7 | 0.55 |
| Hex | 6C | DD | 3B | 33 | 0 | 49 | D | 66 | 46 | 37 |
| Octal | 154 | 335 | 73 | 63 | 0 | 111 | 15 | 146 | 106 | 67 |
| Binary | 1101100 | 11011101 | 111011 | 110011 | 0 | 1001001 | 1101 | 1100110 | 1000110 | 110111 |
Color Harmonies of #6CDD3B
Complementary color
Monochromatic Colors of #6CDD3B
Black with #6CDD3B
Text Example
Text Example
White with #6CDD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDD3B; }
p { color: rgb(108,221,59); }
H1.HeaderClassName
{
color: #6CDD3B;
}
.AnyTagClassName
{
color: #6CDD3B;
}
</style>
background-color css
<style>
a { background-color: #6CDD3B; }
a { background-color: rgb(108,221,59); }
div.DivClassName
{
background-color: #6CDD3B;
}
.BgClassName
{
background-color: #6CDD3B;
}
</style>
border-color css
<style>
span { border-color: #6CDD3B; }
span { border-color: rgb(108,221,59); }
td.TdClassName
{
border-color: #6CDD3B;
}
.TagClassName
{
border-color: #6CDD3B;
}
</style>