#61D542

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

Shades of Apple #61D542

Tints of Apple #61D542

Color information

#61D542 (or 0x61D542) is unknown color: approx Apple. HEX triplet: 61, D5 and 42. RGB value is (97,213,66). Sum of RGB (Red+Green+Blue) = 97+213+66=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 213 (83.59% from 255 or 56.65% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 213 - color contains mainly: green. Hex color #61D542 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D542 is #9E2ABD. Grayscale: #A2A2A2. Windows color (decimal): -10365630 or 4380001. OLE color: 4380001.

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

Color convert

RGB9721366-
CMYK0.5400.690.16
HSL107.35º63.64%54.71%-
HSV(B)107.35º69.01%83.53%-
XYZ29.7150.5213.34-
YUV161.5674.0781.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.80%
GREEN value IS 213 (83.59% from 255) = 56.65%
BLUE value IS 66 (26.17% from 255) = 17.55%
R=25.80%
G=56.65%
B=17.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal97213660.5400.690.16107.3563.6454.71
Hex61D54236045106b4037
Octal1413251026601052015310067
Binary1100001110101011000010110110010001011000011010111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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