Shades of Apple #6CCC3D
Tints of Apple #6CCC3D
RGB
CMYK
RGB Variations
Color information
#6CCC3D (or 0x6CCC3D) is known color: Apple. HEX triplet: 6C, CC and 3D. RGB value is (108,204,61). Sum of RGB (Red+Green+Blue) = 108+204+61=373 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.95% from 373); Green value is 204 (80.08% from 255 or 54.69% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCC3D is #9333C2. Grayscale: #9F9F9F. Windows color (decimal): -9647043 or 4050028. OLE color: 4050028.
HSL color Cylindrical-coordinate representation of color #6CCC3D: hue angle of 100.28º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6CCC3D is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 61 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.2 |
| HSL | 100.28º | 0.58% | 0.52% | - |
| HSV(B) | 100.28º | 0.7% | 0.8% | - |
| XYZ | 28.62 | 46.71 | 11.92 | - |
| YUV | 158.99 | 72.7 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 61 | 0.47 | 0 | 0.70 | 0.2 | 100.28 | 0.58 | 0.52 |
| Hex | 6C | CC | 3D | 2F | 0 | 46 | 14 | 64 | 3A | 34 |
| Octal | 154 | 314 | 75 | 57 | 0 | 106 | 24 | 144 | 72 | 64 |
| Binary | 1101100 | 11001100 | 111101 | 101111 | 0 | 1000110 | 10100 | 1100100 | 111010 | 110100 |
Color Harmonies of #6CCC3D
Complementary color
Monochromatic Colors of #6CCC3D
Black with #6CCC3D
Text Example
Text Example
White with #6CCC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC3D; }
p { color: rgb(108,204,61); }
H1.HeaderClassName
{
color: #6CCC3D;
}
.AnyTagClassName
{
color: #6CCC3D;
}
</style>
background-color css
<style>
a { background-color: #6CCC3D; }
a { background-color: rgb(108,204,61); }
div.DivClassName
{
background-color: #6CCC3D;
}
.BgClassName
{
background-color: #6CCC3D;
}
</style>
border-color css
<style>
span { border-color: #6CCC3D; }
span { border-color: rgb(108,204,61); }
td.TdClassName
{
border-color: #6CCC3D;
}
.TagClassName
{
border-color: #6CCC3D;
}
</style>