Shades of Apple #61DC3E
Tints of Apple #61DC3E
RGB
CMYK
RGB Variations
Color information
#61DC3E (or 0x61DC3E) is known color: Apple. HEX triplet: 61, DC and 3E. RGB value is (97,220,62). Sum of RGB (Red+Green+Blue) = 97+220+62=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #61DC3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61DC3E is #9E23C1. Grayscale: #A5A5A5. Windows color (decimal): -10363842 or 4119649. OLE color: 4119649.
HSL color Cylindrical-coordinate representation of color #61DC3E: hue angle of 106.71º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61DC3E is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 220 | 62 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.14 |
| HSL | 106.71º | 0.69% | 0.55% | - |
| HSV(B) | 106.71º | 0.72% | 0.86% | - |
| XYZ | 31.39 | 54.08 | 13.34 | - |
| YUV | 165.21 | 69.75 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 62 | 0.56 | 0 | 0.72 | 0.14 | 106.71 | 0.69 | 0.55 |
| Hex | 61 | DC | 3E | 38 | 0 | 48 | E | 6B | 45 | 37 |
| Octal | 141 | 334 | 76 | 70 | 0 | 110 | 16 | 153 | 105 | 67 |
| Binary | 1100001 | 11011100 | 111110 | 111000 | 0 | 1001000 | 1110 | 1101011 | 1000101 | 110111 |
Color Harmonies of #61DC3E
Complementary color
Monochromatic Colors of #61DC3E
Black with #61DC3E
Text Example
Text Example
White with #61DC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DC3E; }
p { color: rgb(97,220,62); }
H1.HeaderClassName
{
color: #61DC3E;
}
.AnyTagClassName
{
color: #61DC3E;
}
</style>
background-color css
<style>
a { background-color: #61DC3E; }
a { background-color: rgb(97,220,62); }
div.DivClassName
{
background-color: #61DC3E;
}
.BgClassName
{
background-color: #61DC3E;
}
</style>
border-color css
<style>
span { border-color: #61DC3E; }
span { border-color: rgb(97,220,62); }
td.TdClassName
{
border-color: #61DC3E;
}
.TagClassName
{
border-color: #61DC3E;
}
</style>