Shades of Apple #6CDA2D
Tints of Apple #6CDA2D
RGB
CMYK
RGB Variations
Color information
#6CDA2D (or 0x6CDA2D) is known color: Apple. HEX triplet: 6C, DA and 2D. RGB value is (108,218,45). Sum of RGB (Red+Green+Blue) = 108+218+45=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 218 (85.55% from 255 or 58.76% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDA2D is #9325D2. Grayscale: #A5A5A5. Windows color (decimal): -9643475 or 3005036. OLE color: 3005036.
HSL color Cylindrical-coordinate representation of color #6CDA2D: hue angle of 98.15º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6CDA2D is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 218 | 45 | - |
| CMYK | 0.50 | 0 | 0.79 | 0.15 |
| HSL | 98.15º | 0.7% | 0.52% | - |
| HSV(B) | 98.15º | 0.79% | 0.85% | - |
| XYZ | 31.73 | 53.52 | 11.14 | - |
| YUV | 165.39 | 60.06 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 45 | 0.50 | 0 | 0.79 | 0.15 | 98.15 | 0.7 | 0.52 |
| Hex | 6C | DA | 2D | 32 | 0 | 4F | F | 62 | 46 | 34 |
| Octal | 154 | 332 | 55 | 62 | 0 | 117 | 17 | 142 | 106 | 64 |
| Binary | 1101100 | 11011010 | 101101 | 110010 | 0 | 1001111 | 1111 | 1100010 | 1000110 | 110100 |
Color Harmonies of #6CDA2D
Complementary color
Monochromatic Colors of #6CDA2D
Black with #6CDA2D
Text Example
Text Example
White with #6CDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDA2D; }
p { color: rgb(108,218,45); }
H1.HeaderClassName
{
color: #6CDA2D;
}
.AnyTagClassName
{
color: #6CDA2D;
}
</style>
background-color css
<style>
a { background-color: #6CDA2D; }
a { background-color: rgb(108,218,45); }
div.DivClassName
{
background-color: #6CDA2D;
}
.BgClassName
{
background-color: #6CDA2D;
}
</style>
border-color css
<style>
span { border-color: #6CDA2D; }
span { border-color: rgb(108,218,45); }
td.TdClassName
{
border-color: #6CDA2D;
}
.TagClassName
{
border-color: #6CDA2D;
}
</style>