#61CD49

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

Shades of Apple #61CD49

Tints of Apple #61CD49

Color information

#61CD49 (or 0x61CD49) is unknown color: approx Apple. HEX triplet: 61, CD and 49. RGB value is (97,205,73). Sum of RGB (Red+Green+Blue) = 97+205+73=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 205 (80.47% from 255 or 54.67% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 205 - color contains mainly: green. Hex color #61CD49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CD49 is #9E32B6. Grayscale: #9E9E9E. Windows color (decimal): -10367671 or 4836705. OLE color: 4836705.

HSL color Cylindrical-coordinate representation of color #61CD49: hue angle of 109.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61CD49 is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB9720573-
CMYK0.5300.640.20
HSL109.09º56.9%54.51%-
HSV(B)109.09º64.39%80.39%-
XYZ27.9646.6913.84-
YUV157.6680.2284.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.87%
GREEN value IS 205 (80.47% from 255) = 54.67%
BLUE value IS 73 (28.91% from 255) = 19.47%
R=25.87%
G=54.67%
B=19.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal97205730.5300.640.20109.0956.954.51
Hex61CD4935040146d3937
Octal141315111650100241557167
Binary110000111001101100100111010101000000101001101101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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