Shades of Apple #61DB3C
Tints of Apple #61DB3C
RGB
CMYK
RGB Variations
Color information
#61DB3C (or 0x61DB3C) is known color: Apple. HEX triplet: 61, DB and 3C. RGB value is (97,219,60). Sum of RGB (Red+Green+Blue) = 97+219+60=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 219 (85.94% from 255 or 58.24% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 219 - color contains mainly: green. Hex color #61DB3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61DB3C is #9E24C3. Grayscale: #A4A4A4. Windows color (decimal): -10364100 or 3988321. OLE color: 3988321.
HSL color Cylindrical-coordinate representation of color #61DB3C: hue angle of 106.04º degrees, saturation: 0.69, 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 #61DB3C is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 219 | 60 | - |
| CMYK | 0.56 | 0 | 0.73 | 0.14 |
| HSL | 106.04º | 0.69% | 0.55% | - |
| HSV(B) | 106.04º | 0.73% | 0.86% | - |
| XYZ | 31.08 | 53.53 | 12.97 | - |
| YUV | 164.4 | 69.08 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 219 | 60 | 0.56 | 0 | 0.73 | 0.14 | 106.04 | 0.69 | 0.55 |
| Hex | 61 | DB | 3C | 38 | 0 | 49 | E | 6A | 45 | 37 |
| Octal | 141 | 333 | 74 | 70 | 0 | 111 | 16 | 152 | 105 | 67 |
| Binary | 1100001 | 11011011 | 111100 | 111000 | 0 | 1001001 | 1110 | 1101010 | 1000101 | 110111 |
Color Harmonies of #61DB3C
Complementary color
Monochromatic Colors of #61DB3C
Black with #61DB3C
Text Example
Text Example
White with #61DB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DB3C; }
p { color: rgb(97,219,60); }
H1.HeaderClassName
{
color: #61DB3C;
}
.AnyTagClassName
{
color: #61DB3C;
}
</style>
background-color css
<style>
a { background-color: #61DB3C; }
a { background-color: rgb(97,219,60); }
div.DivClassName
{
background-color: #61DB3C;
}
.BgClassName
{
background-color: #61DB3C;
}
</style>
border-color css
<style>
span { border-color: #61DB3C; }
span { border-color: rgb(97,219,60); }
td.TdClassName
{
border-color: #61DB3C;
}
.TagClassName
{
border-color: #61DB3C;
}
</style>