#61D749

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

Shades of Apple #61D749

Tints of Apple #61D749

Color information

#61D749 (or 0x61D749) is unknown color: approx Apple. HEX triplet: 61, D7 and 49. RGB value is (97,215,73). Sum of RGB (Red+Green+Blue) = 97+215+73=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 215 (84.38% from 255 or 55.84% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 215 - color contains mainly: green. Hex color #61D749 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D749 is #9E28B6. Grayscale: #A3A3A3. Windows color (decimal): -10365111 or 4839265. OLE color: 4839265.

HSL color Cylindrical-coordinate representation of color #61D749: hue angle of 109.86º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61D749 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB9721573-
CMYK0.5500.660.16
HSL109.86º63.96%56.47%-
HSV(B)109.86º66.05%84.31%-
XYZ30.4351.6214.66-
YUV163.5376.9180.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.19%
GREEN value IS 215 (84.38% from 255) = 55.84%
BLUE value IS 73 (28.91% from 255) = 18.96%
R=25.19%
G=55.84%
B=18.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal97215730.5500.660.16109.8663.9656.47
Hex61D74937042106e4038
Octal1413271116701022015610070
Binary1100001110101111001001110111010000101000011011101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,215,73); }

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

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

 a { background-color: rgb(97,215,73); }

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

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

 span { border-color: rgb(97,215,73); }

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