Shades of Apple #6CD231
Tints of Apple #6CD231
RGB
CMYK
RGB Variations
Color information
#6CD231 (or 0x6CD231) is known color: Apple. HEX triplet: 6C, D2 and 31. RGB value is (108,210,49). Sum of RGB (Red+Green+Blue) = 108+210+49=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 210 (82.42% from 255 or 57.22% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 210 - color contains mainly: green. Hex color #6CD231 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CD231 is #932DCE. Grayscale: #A1A1A1. Windows color (decimal): -9645519 or 3265132. OLE color: 3265132.
HSL color Cylindrical-coordinate representation of color #6CD231: hue angle of 98.01º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6CD231 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 210 | 49 | - |
| CMYK | 0.49 | 0 | 0.77 | 0.18 |
| HSL | 98.01º | 0.64% | 0.51% | - |
| HSV(B) | 98.01º | 0.77% | 0.82% | - |
| XYZ | 29.79 | 49.5 | 10.89 | - |
| YUV | 161.15 | 64.71 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 210 | 49 | 0.49 | 0 | 0.77 | 0.18 | 98.01 | 0.64 | 0.51 |
| Hex | 6C | D2 | 31 | 31 | 0 | 4D | 12 | 62 | 40 | 33 |
| Octal | 154 | 322 | 61 | 61 | 0 | 115 | 22 | 142 | 100 | 63 |
| Binary | 1101100 | 11010010 | 110001 | 110001 | 0 | 1001101 | 10010 | 1100010 | 1000000 | 110011 |
Color Harmonies of #6CD231
Complementary color
Monochromatic Colors of #6CD231
Black with #6CD231
Text Example
Text Example
White with #6CD231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD231; }
p { color: rgb(108,210,49); }
H1.HeaderClassName
{
color: #6CD231;
}
.AnyTagClassName
{
color: #6CD231;
}
</style>
background-color css
<style>
a { background-color: #6CD231; }
a { background-color: rgb(108,210,49); }
div.DivClassName
{
background-color: #6CD231;
}
.BgClassName
{
background-color: #6CD231;
}
</style>
border-color css
<style>
span { border-color: #6CD231; }
span { border-color: rgb(108,210,49); }
td.TdClassName
{
border-color: #6CD231;
}
.TagClassName
{
border-color: #6CD231;
}
</style>