Shades of Apple #6CE030
Tints of Apple #6CE030
RGB
CMYK
RGB Variations
Color information
#6CE030 (or 0x6CE030) is known color: Apple. HEX triplet: 6C, E0 and 30. RGB value is (108,224,48). Sum of RGB (Red+Green+Blue) = 108+224+48=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 224 (87.89% from 255 or 58.95% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 224 - color contains mainly: green. Hex color #6CE030 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CE030 is #931FCF. Grayscale: #A9A9A9. Windows color (decimal): -9641936 or 3203180. OLE color: 3203180.
HSL color Cylindrical-coordinate representation of color #6CE030: hue angle of 99.55º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6CE030 is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 224 | 48 | - |
| CMYK | 0.52 | 0 | 0.79 | 0.12 |
| HSL | 99.55º | 0.74% | 0.53% | - |
| HSV(B) | 99.55º | 0.79% | 0.88% | - |
| XYZ | 33.37 | 56.71 | 11.98 | - |
| YUV | 169.25 | 59.57 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 224 | 48 | 0.52 | 0 | 0.79 | 0.12 | 99.55 | 0.74 | 0.53 |
| Hex | 6C | E0 | 30 | 34 | 0 | 4F | C | 64 | 4A | 35 |
| Octal | 154 | 340 | 60 | 64 | 0 | 117 | 14 | 144 | 112 | 65 |
| Binary | 1101100 | 11100000 | 110000 | 110100 | 0 | 1001111 | 1100 | 1100100 | 1001010 | 110101 |
Color Harmonies of #6CE030
Complementary color
Monochromatic Colors of #6CE030
Black with #6CE030
Text Example
Text Example
White with #6CE030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE030; }
p { color: rgb(108,224,48); }
H1.HeaderClassName
{
color: #6CE030;
}
.AnyTagClassName
{
color: #6CE030;
}
</style>
background-color css
<style>
a { background-color: #6CE030; }
a { background-color: rgb(108,224,48); }
div.DivClassName
{
background-color: #6CE030;
}
.BgClassName
{
background-color: #6CE030;
}
</style>
border-color css
<style>
span { border-color: #6CE030; }
span { border-color: rgb(108,224,48); }
td.TdClassName
{
border-color: #6CE030;
}
.TagClassName
{
border-color: #6CE030;
}
</style>