Shades of Apple #6CD530
Tints of Apple #6CD530
RGB
CMYK
RGB Variations
Color information
#6CD530 (or 0x6CD530) is known color: Apple. HEX triplet: 6C, D5 and 30. RGB value is (108,213,48). Sum of RGB (Red+Green+Blue) = 108+213+48=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 213 (83.59% from 255 or 57.72% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 213 - color contains mainly: green. Hex color #6CD530 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CD530 is #932ACF. Grayscale: #A3A3A3. Windows color (decimal): -9644752 or 3200364. OLE color: 3200364.
HSL color Cylindrical-coordinate representation of color #6CD530: hue angle of 98.18º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6CD530 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 108 | 213 | 48 | - |
| CMYK | 0.49 | 0 | 0.77 | 0.16 |
| HSL | 98.18º | 0.66% | 0.51% | - |
| HSV(B) | 98.18º | 0.77% | 0.84% | - |
| XYZ | 30.51 | 50.99 | 11.03 | - |
| YUV | 162.8 | 63.21 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 213 | 48 | 0.49 | 0 | 0.77 | 0.16 | 98.18 | 0.66 | 0.51 |
| Hex | 6C | D5 | 30 | 31 | 0 | 4D | 10 | 62 | 42 | 33 |
| Octal | 154 | 325 | 60 | 61 | 0 | 115 | 20 | 142 | 102 | 63 |
| Binary | 1101100 | 11010101 | 110000 | 110001 | 0 | 1001101 | 10000 | 1100010 | 1000010 | 110011 |
Color Harmonies of #6CD530
Complementary color
Monochromatic Colors of #6CD530
Black with #6CD530
Text Example
Text Example
White with #6CD530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD530; }
p { color: rgb(108,213,48); }
H1.HeaderClassName
{
color: #6CD530;
}
.AnyTagClassName
{
color: #6CD530;
}
</style>
background-color css
<style>
a { background-color: #6CD530; }
a { background-color: rgb(108,213,48); }
div.DivClassName
{
background-color: #6CD530;
}
.BgClassName
{
background-color: #6CD530;
}
</style>
border-color css
<style>
span { border-color: #6CD530; }
span { border-color: rgb(108,213,48); }
td.TdClassName
{
border-color: #6CD530;
}
.TagClassName
{
border-color: #6CD530;
}
</style>