Shades of Apple #6CDB32
Tints of Apple #6CDB32
RGB
CMYK
RGB Variations
Color information
#6CDB32 (or 0x6CDB32) is known color: Apple. HEX triplet: 6C, DB and 32. RGB value is (108,219,50). Sum of RGB (Red+Green+Blue) = 108+219+50=377 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.65% from 377); Green value is 219 (85.94% from 255 or 58.09% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDB32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDB32 is #9324CD. Grayscale: #A7A7A7. Windows color (decimal): -9643214 or 3332972. OLE color: 3332972.
HSL color Cylindrical-coordinate representation of color #6CDB32: hue angle of 99.41º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6CDB32 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 219 | 50 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.14 |
| HSL | 99.41º | 0.7% | 0.53% | - |
| HSV(B) | 99.41º | 0.77% | 0.86% | - |
| XYZ | 32.09 | 54.08 | 11.76 | - |
| YUV | 166.55 | 62.23 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 50 | 0.51 | 0 | 0.77 | 0.14 | 99.41 | 0.7 | 0.53 |
| Hex | 6C | DB | 32 | 33 | 0 | 4D | E | 63 | 46 | 35 |
| Octal | 154 | 333 | 62 | 63 | 0 | 115 | 16 | 143 | 106 | 65 |
| Binary | 1101100 | 11011011 | 110010 | 110011 | 0 | 1001101 | 1110 | 1100011 | 1000110 | 110101 |
Color Harmonies of #6CDB32
Complementary color
Monochromatic Colors of #6CDB32
Black with #6CDB32
Text Example
Text Example
White with #6CDB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDB32; }
p { color: rgb(108,219,50); }
H1.HeaderClassName
{
color: #6CDB32;
}
.AnyTagClassName
{
color: #6CDB32;
}
</style>
background-color css
<style>
a { background-color: #6CDB32; }
a { background-color: rgb(108,219,50); }
div.DivClassName
{
background-color: #6CDB32;
}
.BgClassName
{
background-color: #6CDB32;
}
</style>
border-color css
<style>
span { border-color: #6CDB32; }
span { border-color: rgb(108,219,50); }
td.TdClassName
{
border-color: #6CDB32;
}
.TagClassName
{
border-color: #6CDB32;
}
</style>