#61D055

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

Shades of Apple #61D055

Tints of Apple #61D055

Color information

#61D055 (or 0x61D055) is unknown color: approx Apple. HEX triplet: 61, D0 and 55. RGB value is (97,208,85). Sum of RGB (Red+Green+Blue) = 97+208+85=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #61D055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D055 is #9E2FAA. Grayscale: #A1A1A1. Windows color (decimal): -10366891 or 5623905. OLE color: 5623905.

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

Color convert

RGB9720885-
CMYK0.5300.590.18
HSL114.15º56.68%57.45%-
HSV(B)114.15º59.13%81.57%-
XYZ29.1348.3116.38-
YUV160.7985.2382.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.87%
GREEN value IS 208 (81.64% from 255) = 53.33%
BLUE value IS 85 (33.59% from 255) = 21.79%
R=24.87%
G=53.33%
B=21.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal97208850.5300.590.18114.1556.6857.45
Hex61D0553503B12723939
Octal14132012565073221627171
Binary11000011101000010101011101010111011100101110010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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