Shades of Apple #61D033
Tints of Apple #61D033
RGB
CMYK
RGB Variations
Color information
#61D033 (or 0x61D033) is known color: Apple. HEX triplet: 61, D0 and 33. RGB value is (97,208,51). Sum of RGB (Red+Green+Blue) = 97+208+51=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #61D033 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D033 is #9E2FCC. Grayscale: #9D9D9D. Windows color (decimal): -10366925 or 3395681. OLE color: 3395681.
HSL color Cylindrical-coordinate representation of color #61D033: hue angle of 102.42º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61D033 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 208 | 51 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.18 |
| HSL | 102.42º | 0.63% | 0.51% | - |
| HSV(B) | 102.42º | 0.75% | 0.82% | - |
| XYZ | 28.08 | 47.89 | 10.9 | - |
| YUV | 156.91 | 68.23 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 208 | 51 | 0.53 | 0 | 0.75 | 0.18 | 102.42 | 0.63 | 0.51 |
| Hex | 61 | D0 | 33 | 35 | 0 | 4B | 12 | 66 | 3F | 33 |
| Octal | 141 | 320 | 63 | 65 | 0 | 113 | 22 | 146 | 77 | 63 |
| Binary | 1100001 | 11010000 | 110011 | 110101 | 0 | 1001011 | 10010 | 1100110 | 111111 | 110011 |
Color Harmonies of #61D033
Complementary color
Monochromatic Colors of #61D033
Black with #61D033
Text Example
Text Example
White with #61D033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D033; }
p { color: rgb(97,208,51); }
H1.HeaderClassName
{
color: #61D033;
}
.AnyTagClassName
{
color: #61D033;
}
</style>
background-color css
<style>
a { background-color: #61D033; }
a { background-color: rgb(97,208,51); }
div.DivClassName
{
background-color: #61D033;
}
.BgClassName
{
background-color: #61D033;
}
</style>
border-color css
<style>
span { border-color: #61D033; }
span { border-color: rgb(97,208,51); }
td.TdClassName
{
border-color: #61D033;
}
.TagClassName
{
border-color: #61D033;
}
</style>