Shades of Apple #61DC3C
Tints of Apple #61DC3C
RGB
CMYK
RGB Variations
Color information
#61DC3C (or 0x61DC3C) is known color: Apple. HEX triplet: 61, DC and 3C. RGB value is (97,220,60). Sum of RGB (Red+Green+Blue) = 97+220+60=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 220 (86.33% from 255 or 58.36% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 220 - color contains mainly: green. Hex color #61DC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61DC3C is #9E23C3. Grayscale: #A5A5A5. Windows color (decimal): -10363844 or 3988577. OLE color: 3988577.
HSL color Cylindrical-coordinate representation of color #61DC3C: hue angle of 106.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61DC3C is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 220 | 60 | - |
| CMYK | 0.56 | 0 | 0.73 | 0.14 |
| HSL | 106.13º | 0.7% | 0.55% | - |
| HSV(B) | 106.13º | 0.73% | 0.86% | - |
| XYZ | 31.34 | 54.05 | 13.06 | - |
| YUV | 164.98 | 68.75 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 60 | 0.56 | 0 | 0.73 | 0.14 | 106.13 | 0.7 | 0.55 |
| Hex | 61 | DC | 3C | 38 | 0 | 49 | E | 6A | 46 | 37 |
| Octal | 141 | 334 | 74 | 70 | 0 | 111 | 16 | 152 | 106 | 67 |
| Binary | 1100001 | 11011100 | 111100 | 111000 | 0 | 1001001 | 1110 | 1101010 | 1000110 | 110111 |
Color Harmonies of #61DC3C
Complementary color
Monochromatic Colors of #61DC3C
Black with #61DC3C
Text Example
Text Example
White with #61DC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DC3C; }
p { color: rgb(97,220,60); }
H1.HeaderClassName
{
color: #61DC3C;
}
.AnyTagClassName
{
color: #61DC3C;
}
</style>
background-color css
<style>
a { background-color: #61DC3C; }
a { background-color: rgb(97,220,60); }
div.DivClassName
{
background-color: #61DC3C;
}
.BgClassName
{
background-color: #61DC3C;
}
</style>
border-color css
<style>
span { border-color: #61DC3C; }
span { border-color: rgb(97,220,60); }
td.TdClassName
{
border-color: #61DC3C;
}
.TagClassName
{
border-color: #61DC3C;
}
</style>