#61D042

Color #61D042 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #61D042

Tints of Apple #61D042

Color information

#61D042 (or 0x61D042) is unknown color: approx Apple. HEX triplet: 61, D0 and 42. RGB value is (97,208,66). Sum of RGB (Red+Green+Blue) = 97+208+66=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #61D042 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D042 is #9E2FBD. Grayscale: #9F9F9F. Windows color (decimal): -10366910 or 4378721. OLE color: 4378721.

HSL color Cylindrical-coordinate representation of color #61D042: hue angle of 106.9º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61D042 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB9720866-
CMYK0.5300.680.18
HSL106.9º60.17%53.73%-
HSV(B)106.9º68.27%81.57%-
XYZ28.4748.0512.93-
YUV158.6275.7384.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 208 (81.64% from 255) = 56.06%
BLUE value IS 66 (26.17% from 255) = 17.79%
R=26.15%
G=56.06%
B=17.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal97208660.5300.680.18106.960.1753.73
Hex61D04235044126b3c36
Octal141320102650104221537466
Binary110000111010000100001011010101000100100101101011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61D042; }

 p { color: rgb(97,208,66); }

 H1.HeaderClassName
 {
   color: #61D042;
 }
 .AnyTagClassName
 {
   color: #61D042;
 }
</style>
background-color css

<style>
 a { background-color: #61D042; }

 a { background-color: rgb(97,208,66); }

 div.DivClassName
 {
   background-color: #61D042;
 }
 .BgClassName
 {
   background-color: #61D042;
 }
</style>
border-color css

<style>
 span { border-color: #61D042; }

 span { border-color: rgb(97,208,66); }

 td.TdClassName
 {
   border-color: #61D042;
 }
 .TagClassName
 {
   border-color: #61D042;
 }
</style>