Shades of Apple #6CD22B
Tints of Apple #6CD22B
RGB
CMYK
RGB Variations
Color information
#6CD22B (or 0x6CD22B) is known color: Apple. HEX triplet: 6C, D2 and 2B. RGB value is (108,210,43). Sum of RGB (Red+Green+Blue) = 108+210+43=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 210 (82.42% from 255 or 58.17% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 210 - color contains mainly: green. Hex color #6CD22B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CD22B is #932DD4. Grayscale: #A1A1A1. Windows color (decimal): -9645525 or 2871916. OLE color: 2871916.
HSL color Cylindrical-coordinate representation of color #6CD22B: hue angle of 96.65º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6CD22B is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 210 | 43 | - |
| CMYK | 0.49 | 0 | 0.80 | 0.18 |
| HSL | 96.65º | 0.66% | 0.5% | - |
| HSV(B) | 96.65º | 0.8% | 0.82% | - |
| XYZ | 29.67 | 49.46 | 10.27 | - |
| YUV | 160.46 | 61.71 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 210 | 43 | 0.49 | 0 | 0.80 | 0.18 | 96.65 | 0.66 | 0.5 |
| Hex | 6C | D2 | 2B | 31 | 0 | 50 | 12 | 61 | 42 | 32 |
| Octal | 154 | 322 | 53 | 61 | 0 | 120 | 22 | 141 | 102 | 62 |
| Binary | 1101100 | 11010010 | 101011 | 110001 | 0 | 1010000 | 10010 | 1100001 | 1000010 | 110010 |
Color Harmonies of #6CD22B
Complementary color
Monochromatic Colors of #6CD22B
Black with #6CD22B
Text Example
Text Example
White with #6CD22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD22B; }
p { color: rgb(108,210,43); }
H1.HeaderClassName
{
color: #6CD22B;
}
.AnyTagClassName
{
color: #6CD22B;
}
</style>
background-color css
<style>
a { background-color: #6CD22B; }
a { background-color: rgb(108,210,43); }
div.DivClassName
{
background-color: #6CD22B;
}
.BgClassName
{
background-color: #6CD22B;
}
</style>
border-color css
<style>
span { border-color: #6CD22B; }
span { border-color: rgb(108,210,43); }
td.TdClassName
{
border-color: #6CD22B;
}
.TagClassName
{
border-color: #6CD22B;
}
</style>