Shades of Apple #6CC830
Tints of Apple #6CC830
RGB
CMYK
RGB Variations
Color information
#6CC830 (or 0x6CC830) is known color: Apple. HEX triplet: 6C, C8 and 30. RGB value is (108,200,48). Sum of RGB (Red+Green+Blue) = 108+200+48=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 200 (78.52% from 255 or 56.18% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 200 - color contains mainly: green. Hex color #6CC830 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CC830 is #9337CF. Grayscale: #9B9B9B. Windows color (decimal): -9648080 or 3197036. OLE color: 3197036.
HSL color Cylindrical-coordinate representation of color #6CC830: hue angle of 96.32º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6CC830 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 200 | 48 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.22 |
| HSL | 96.32º | 0.61% | 0.49% | - |
| HSV(B) | 96.32º | 0.76% | 0.78% | - |
| XYZ | 27.37 | 44.71 | 9.98 | - |
| YUV | 155.16 | 67.52 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 200 | 48 | 0.46 | 0 | 0.76 | 0.22 | 96.32 | 0.61 | 0.49 |
| Hex | 6C | C8 | 30 | 2E | 0 | 4C | 16 | 60 | 3D | 31 |
| Octal | 154 | 310 | 60 | 56 | 0 | 114 | 26 | 140 | 75 | 61 |
| Binary | 1101100 | 11001000 | 110000 | 101110 | 0 | 1001100 | 10110 | 1100000 | 111101 | 110001 |
Color Harmonies of #6CC830
Complementary color
Monochromatic Colors of #6CC830
Black with #6CC830
Text Example
Text Example
White with #6CC830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC830; }
p { color: rgb(108,200,48); }
H1.HeaderClassName
{
color: #6CC830;
}
.AnyTagClassName
{
color: #6CC830;
}
</style>
background-color css
<style>
a { background-color: #6CC830; }
a { background-color: rgb(108,200,48); }
div.DivClassName
{
background-color: #6CC830;
}
.BgClassName
{
background-color: #6CC830;
}
</style>
border-color css
<style>
span { border-color: #6CC830; }
span { border-color: rgb(108,200,48); }
td.TdClassName
{
border-color: #6CC830;
}
.TagClassName
{
border-color: #6CC830;
}
</style>