Shades of Apple #6CD83D
Tints of Apple #6CD83D
RGB
CMYK
RGB Variations
Color information
#6CD83D (or 0x6CD83D) is known color: Apple. HEX triplet: 6C, D8 and 3D. RGB value is (108,216,61). Sum of RGB (Red+Green+Blue) = 108+216+61=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 216 (84.77% from 255 or 56.10% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 216 - color contains mainly: green. Hex color #6CD83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CD83D is #9327C2. Grayscale: #A6A6A6. Windows color (decimal): -9643971 or 4053100. OLE color: 4053100.
HSL color Cylindrical-coordinate representation of color #6CD83D: hue angle of 101.81º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6CD83D is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 216 | 61 | - |
| CMYK | 0.50 | 0 | 0.72 | 0.15 |
| HSL | 101.81º | 0.67% | 0.54% | - |
| HSV(B) | 101.81º | 0.72% | 0.85% | - |
| XYZ | 31.58 | 52.64 | 12.91 | - |
| YUV | 166.04 | 68.72 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 216 | 61 | 0.50 | 0 | 0.72 | 0.15 | 101.81 | 0.67 | 0.54 |
| Hex | 6C | D8 | 3D | 32 | 0 | 48 | F | 66 | 43 | 36 |
| Octal | 154 | 330 | 75 | 62 | 0 | 110 | 17 | 146 | 103 | 66 |
| Binary | 1101100 | 11011000 | 111101 | 110010 | 0 | 1001000 | 1111 | 1100110 | 1000011 | 110110 |
Color Harmonies of #6CD83D
Complementary color
Monochromatic Colors of #6CD83D
Black with #6CD83D
Text Example
Text Example
White with #6CD83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD83D; }
p { color: rgb(108,216,61); }
H1.HeaderClassName
{
color: #6CD83D;
}
.AnyTagClassName
{
color: #6CD83D;
}
</style>
background-color css
<style>
a { background-color: #6CD83D; }
a { background-color: rgb(108,216,61); }
div.DivClassName
{
background-color: #6CD83D;
}
.BgClassName
{
background-color: #6CD83D;
}
</style>
border-color css
<style>
span { border-color: #6CD83D; }
span { border-color: rgb(108,216,61); }
td.TdClassName
{
border-color: #6CD83D;
}
.TagClassName
{
border-color: #6CD83D;
}
</style>