Shades of Apple #6CDD30
Tints of Apple #6CDD30
RGB
CMYK
RGB Variations
Color information
#6CDD30 (or 0x6CDD30) is known color: Apple. HEX triplet: 6C, DD and 30. RGB value is (108,221,48). Sum of RGB (Red+Green+Blue) = 108+221+48=377 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.65% from 377); Green value is 221 (86.72% from 255 or 58.62% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDD30 is #9322CF. Grayscale: #A8A8A8. Windows color (decimal): -9642704 or 3202412. OLE color: 3202412.
HSL color Cylindrical-coordinate representation of color #6CDD30: hue angle of 99.19º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6CDD30 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 221 | 48 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.13 |
| HSL | 99.19º | 0.72% | 0.53% | - |
| HSV(B) | 99.19º | 0.78% | 0.87% | - |
| XYZ | 32.57 | 55.11 | 11.72 | - |
| YUV | 167.49 | 60.56 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 221 | 48 | 0.51 | 0 | 0.78 | 0.13 | 99.19 | 0.72 | 0.53 |
| Hex | 6C | DD | 30 | 33 | 0 | 4E | D | 63 | 48 | 35 |
| Octal | 154 | 335 | 60 | 63 | 0 | 116 | 15 | 143 | 110 | 65 |
| Binary | 1101100 | 11011101 | 110000 | 110011 | 0 | 1001110 | 1101 | 1100011 | 1001000 | 110101 |
Color Harmonies of #6CDD30
Complementary color
Monochromatic Colors of #6CDD30
Black with #6CDD30
Text Example
Text Example
White with #6CDD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDD30; }
p { color: rgb(108,221,48); }
H1.HeaderClassName
{
color: #6CDD30;
}
.AnyTagClassName
{
color: #6CDD30;
}
</style>
background-color css
<style>
a { background-color: #6CDD30; }
a { background-color: rgb(108,221,48); }
div.DivClassName
{
background-color: #6CDD30;
}
.BgClassName
{
background-color: #6CDD30;
}
</style>
border-color css
<style>
span { border-color: #6CDD30; }
span { border-color: rgb(108,221,48); }
td.TdClassName
{
border-color: #6CDD30;
}
.TagClassName
{
border-color: #6CDD30;
}
</style>