Shades of Apple #6CD04C
Tints of Apple #6CD04C
RGB
CMYK
RGB Variations
Color information
#6CD04C (or 0x6CD04C) is known color: Apple. HEX triplet: 6C, D0 and 4C. RGB value is (108,208,76). Sum of RGB (Red+Green+Blue) = 108+208+76=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 208 (81.64% from 255 or 53.06% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CD04C is #932FB3. Grayscale: #A3A3A3. Windows color (decimal): -9646004 or 5034092. OLE color: 5034092.
HSL color Cylindrical-coordinate representation of color #6CD04C: hue angle of 105.45º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6CD04C is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 208 | 76 | - |
| CMYK | 0.48 | 0 | 0.63 | 0.18 |
| HSL | 105.45º | 0.58% | 0.56% | - |
| HSV(B) | 105.45º | 0.63% | 0.82% | - |
| XYZ | 30.04 | 48.82 | 14.68 | - |
| YUV | 163.05 | 78.87 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 208 | 76 | 0.48 | 0 | 0.63 | 0.18 | 105.45 | 0.58 | 0.56 |
| Hex | 6C | D0 | 4C | 30 | 0 | 3F | 12 | 69 | 3A | 38 |
| Octal | 154 | 320 | 114 | 60 | 0 | 77 | 22 | 151 | 72 | 70 |
| Binary | 1101100 | 11010000 | 1001100 | 110000 | 0 | 111111 | 10010 | 1101001 | 111010 | 111000 |
Color Harmonies of #6CD04C
Complementary color
Monochromatic Colors of #6CD04C
Black with #6CD04C
Text Example
Text Example
White with #6CD04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD04C; }
p { color: rgb(108,208,76); }
H1.HeaderClassName
{
color: #6CD04C;
}
.AnyTagClassName
{
color: #6CD04C;
}
</style>
background-color css
<style>
a { background-color: #6CD04C; }
a { background-color: rgb(108,208,76); }
div.DivClassName
{
background-color: #6CD04C;
}
.BgClassName
{
background-color: #6CD04C;
}
</style>
border-color css
<style>
span { border-color: #6CD04C; }
span { border-color: rgb(108,208,76); }
td.TdClassName
{
border-color: #6CD04C;
}
.TagClassName
{
border-color: #6CD04C;
}
</style>