Shades of Apple #6CDC30
Tints of Apple #6CDC30
RGB
CMYK
RGB Variations
Color information
#6CDC30 (or 0x6CDC30) is known color: Apple. HEX triplet: 6C, DC and 30. RGB value is (108,220,48). Sum of RGB (Red+Green+Blue) = 108+220+48=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 220 (86.33% from 255 or 58.51% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDC30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDC30 is #9323CF. Grayscale: #A7A7A7. Windows color (decimal): -9642960 or 3202156. OLE color: 3202156.
HSL color Cylindrical-coordinate representation of color #6CDC30: hue angle of 99.07º 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 #6CDC30 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 220 | 48 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.14 |
| HSL | 99.07º | 0.71% | 0.53% | - |
| HSV(B) | 99.07º | 0.78% | 0.86% | - |
| XYZ | 32.31 | 54.59 | 11.63 | - |
| YUV | 166.9 | 60.89 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 220 | 48 | 0.51 | 0 | 0.78 | 0.14 | 99.07 | 0.71 | 0.53 |
| Hex | 6C | DC | 30 | 33 | 0 | 4E | E | 63 | 47 | 35 |
| Octal | 154 | 334 | 60 | 63 | 0 | 116 | 16 | 143 | 107 | 65 |
| Binary | 1101100 | 11011100 | 110000 | 110011 | 0 | 1001110 | 1110 | 1100011 | 1000111 | 110101 |
Color Harmonies of #6CDC30
Complementary color
Monochromatic Colors of #6CDC30
Black with #6CDC30
Text Example
Text Example
White with #6CDC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDC30; }
p { color: rgb(108,220,48); }
H1.HeaderClassName
{
color: #6CDC30;
}
.AnyTagClassName
{
color: #6CDC30;
}
</style>
background-color css
<style>
a { background-color: #6CDC30; }
a { background-color: rgb(108,220,48); }
div.DivClassName
{
background-color: #6CDC30;
}
.BgClassName
{
background-color: #6CDC30;
}
</style>
border-color css
<style>
span { border-color: #6CDC30; }
span { border-color: rgb(108,220,48); }
td.TdClassName
{
border-color: #6CDC30;
}
.TagClassName
{
border-color: #6CDC30;
}
</style>