#61E145

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

Shades of Apple #61E145

Tints of Apple #61E145

Color information

#61E145 (or 0x61E145) is unknown color: approx Apple. HEX triplet: 61, E1 and 45. RGB value is (97,225,69). Sum of RGB (Red+Green+Blue) = 97+225+69=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 225 (88.28% from 255 or 57.54% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 225 - color contains mainly: green. Hex color #61E145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61E145 is #9E1EBA. Grayscale: #A9A9A9. Windows color (decimal): -10362555 or 4579681. OLE color: 4579681.

HSL color Cylindrical-coordinate representation of color #61E145: hue angle of 109.23º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61E145 is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB9722569-
CMYK0.5700.690.12
HSL109.23º72.22%57.65%-
HSV(B)109.23º69.33%88.24%-
XYZ32.9356.8214.86-
YUV168.9471.5976.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.81%
GREEN value IS 225 (88.28% from 255) = 57.54%
BLUE value IS 69 (27.34% from 255) = 17.65%
R=24.81%
G=57.54%
B=17.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal97225690.5700.690.12109.2372.2257.65
Hex61E14539045C6d483a
Octal1413411057101051415511072
Binary110000111100001100010111100101000101110011011011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,225,69); }

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

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

 a { background-color: rgb(97,225,69); }

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

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

 span { border-color: rgb(97,225,69); }

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