Shades of Apple #6CDC31
Tints of Apple #6CDC31
RGB
CMYK
RGB Variations
Color information
#6CDC31 (or 0x6CDC31) is known color: Apple. HEX triplet: 6C, DC and 31. RGB value is (108,220,49). Sum of RGB (Red+Green+Blue) = 108+220+49=377 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.65% from 377); Green value is 220 (86.33% from 255 or 58.36% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDC31 is #9323CE. Grayscale: #A7A7A7. Windows color (decimal): -9642959 or 3267692. OLE color: 3267692.
HSL color Cylindrical-coordinate representation of color #6CDC31: hue angle of 99.3º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6CDC31 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 220 | 49 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.14 |
| HSL | 99.3º | 0.71% | 0.53% | - |
| HSV(B) | 99.3º | 0.78% | 0.86% | - |
| XYZ | 32.33 | 54.6 | 11.74 | - |
| YUV | 167.02 | 61.39 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 220 | 49 | 0.51 | 0 | 0.78 | 0.14 | 99.3 | 0.71 | 0.53 |
| Hex | 6C | DC | 31 | 33 | 0 | 4E | E | 63 | 47 | 35 |
| Octal | 154 | 334 | 61 | 63 | 0 | 116 | 16 | 143 | 107 | 65 |
| Binary | 1101100 | 11011100 | 110001 | 110011 | 0 | 1001110 | 1110 | 1100011 | 1000111 | 110101 |
Color Harmonies of #6CDC31
Complementary color
Monochromatic Colors of #6CDC31
Black with #6CDC31
Text Example
Text Example
White with #6CDC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDC31; }
p { color: rgb(108,220,49); }
H1.HeaderClassName
{
color: #6CDC31;
}
.AnyTagClassName
{
color: #6CDC31;
}
</style>
background-color css
<style>
a { background-color: #6CDC31; }
a { background-color: rgb(108,220,49); }
div.DivClassName
{
background-color: #6CDC31;
}
.BgClassName
{
background-color: #6CDC31;
}
</style>
border-color css
<style>
span { border-color: #6CDC31; }
span { border-color: rgb(108,220,49); }
td.TdClassName
{
border-color: #6CDC31;
}
.TagClassName
{
border-color: #6CDC31;
}
</style>