Shades of Apple #6CD52F
Tints of Apple #6CD52F
RGB
CMYK
RGB Variations
Color information
#6CD52F (or 0x6CD52F) is known color: Apple. HEX triplet: 6C, D5 and 2F. RGB value is (108,213,47). Sum of RGB (Red+Green+Blue) = 108+213+47=368 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.35% from 368); Green value is 213 (83.59% from 255 or 57.88% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 213 - color contains mainly: green. Hex color #6CD52F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CD52F is #932AD0. Grayscale: #A3A3A3. Windows color (decimal): -9644753 or 3134828. OLE color: 3134828.
HSL color Cylindrical-coordinate representation of color #6CD52F: hue angle of 97.95º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6CD52F is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 108 | 213 | 47 | - |
| CMYK | 0.49 | 0 | 0.78 | 0.16 |
| HSL | 97.95º | 0.66% | 0.51% | - |
| HSV(B) | 97.95º | 0.78% | 0.84% | - |
| XYZ | 30.49 | 50.98 | 10.92 | - |
| YUV | 162.68 | 62.71 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 213 | 47 | 0.49 | 0 | 0.78 | 0.16 | 97.95 | 0.66 | 0.51 |
| Hex | 6C | D5 | 2F | 31 | 0 | 4E | 10 | 62 | 42 | 33 |
| Octal | 154 | 325 | 57 | 61 | 0 | 116 | 20 | 142 | 102 | 63 |
| Binary | 1101100 | 11010101 | 101111 | 110001 | 0 | 1001110 | 10000 | 1100010 | 1000010 | 110011 |
Color Harmonies of #6CD52F
Complementary color
Monochromatic Colors of #6CD52F
Black with #6CD52F
Text Example
Text Example
White with #6CD52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD52F; }
p { color: rgb(108,213,47); }
H1.HeaderClassName
{
color: #6CD52F;
}
.AnyTagClassName
{
color: #6CD52F;
}
</style>
background-color css
<style>
a { background-color: #6CD52F; }
a { background-color: rgb(108,213,47); }
div.DivClassName
{
background-color: #6CD52F;
}
.BgClassName
{
background-color: #6CD52F;
}
</style>
border-color css
<style>
span { border-color: #6CD52F; }
span { border-color: rgb(108,213,47); }
td.TdClassName
{
border-color: #6CD52F;
}
.TagClassName
{
border-color: #6CD52F;
}
</style>