Shades of Apple #61DD4C
Tints of Apple #61DD4C
RGB
CMYK
RGB Variations
Color information
#61DD4C (or 0x61DD4C) is known color: Apple. HEX triplet: 61, DD and 4C. RGB value is (97,221,76). Sum of RGB (Red+Green+Blue) = 97+221+76=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61DD4C is #9E22B3. Grayscale: #A7A7A7. Windows color (decimal): -10363572 or 5037409. OLE color: 5037409.
HSL color Cylindrical-coordinate representation of color #61DD4C: hue angle of 111.31º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61DD4C is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 221 | 76 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.13 |
| HSL | 111.31º | 0.68% | 0.58% | - |
| HSV(B) | 111.31º | 0.66% | 0.87% | - |
| XYZ | 32.09 | 54.78 | 15.72 | - |
| YUV | 167.39 | 76.42 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 221 | 76 | 0.56 | 0 | 0.66 | 0.13 | 111.31 | 0.68 | 0.58 |
| Hex | 61 | DD | 4C | 38 | 0 | 42 | D | 6F | 44 | 3A |
| Octal | 141 | 335 | 114 | 70 | 0 | 102 | 15 | 157 | 104 | 72 |
| Binary | 1100001 | 11011101 | 1001100 | 111000 | 0 | 1000010 | 1101 | 1101111 | 1000100 | 111010 |
Color Harmonies of #61DD4C
Complementary color
Monochromatic Colors of #61DD4C
Black with #61DD4C
Text Example
Text Example
White with #61DD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DD4C; }
p { color: rgb(97,221,76); }
H1.HeaderClassName
{
color: #61DD4C;
}
.AnyTagClassName
{
color: #61DD4C;
}
</style>
background-color css
<style>
a { background-color: #61DD4C; }
a { background-color: rgb(97,221,76); }
div.DivClassName
{
background-color: #61DD4C;
}
.BgClassName
{
background-color: #61DD4C;
}
</style>
border-color css
<style>
span { border-color: #61DD4C; }
span { border-color: rgb(97,221,76); }
td.TdClassName
{
border-color: #61DD4C;
}
.TagClassName
{
border-color: #61DD4C;
}
</style>