Shades of Apple #6CD04A
Tints of Apple #6CD04A
RGB
CMYK
RGB Variations
Color information
#6CD04A (or 0x6CD04A) is known color: Apple. HEX triplet: 6C, D0 and 4A. RGB value is (108,208,74). Sum of RGB (Red+Green+Blue) = 108+208+74=390 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.69% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CD04A is #932FB5. Grayscale: #A3A3A3. Windows color (decimal): -9646006 or 4903020. OLE color: 4903020.
HSL color Cylindrical-coordinate representation of color #6CD04A: hue angle of 104.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6CD04A is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 208 | 74 | - |
| CMYK | 0.48 | 0 | 0.64 | 0.18 |
| HSL | 104.78º | 0.59% | 0.55% | - |
| HSV(B) | 104.78º | 0.64% | 0.82% | - |
| XYZ | 29.98 | 48.79 | 14.32 | - |
| YUV | 162.82 | 77.87 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 208 | 74 | 0.48 | 0 | 0.64 | 0.18 | 104.78 | 0.59 | 0.55 |
| Hex | 6C | D0 | 4A | 30 | 0 | 40 | 12 | 69 | 3B | 37 |
| Octal | 154 | 320 | 112 | 60 | 0 | 100 | 22 | 151 | 73 | 67 |
| Binary | 1101100 | 11010000 | 1001010 | 110000 | 0 | 1000000 | 10010 | 1101001 | 111011 | 110111 |
Color Harmonies of #6CD04A
Complementary color
Monochromatic Colors of #6CD04A
Black with #6CD04A
Text Example
Text Example
White with #6CD04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD04A; }
p { color: rgb(108,208,74); }
H1.HeaderClassName
{
color: #6CD04A;
}
.AnyTagClassName
{
color: #6CD04A;
}
</style>
background-color css
<style>
a { background-color: #6CD04A; }
a { background-color: rgb(108,208,74); }
div.DivClassName
{
background-color: #6CD04A;
}
.BgClassName
{
background-color: #6CD04A;
}
</style>
border-color css
<style>
span { border-color: #6CD04A; }
span { border-color: rgb(108,208,74); }
td.TdClassName
{
border-color: #6CD04A;
}
.TagClassName
{
border-color: #6CD04A;
}
</style>