#61CD52

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

Shades of Apple #61CD52

Tints of Apple #61CD52

Color information

#61CD52 (or 0x61CD52) is unknown color: approx Apple. HEX triplet: 61, CD and 52. RGB value is (97,205,82). Sum of RGB (Red+Green+Blue) = 97+205+82=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 205 (80.47% from 255 or 53.39% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 205 - color contains mainly: green. Hex color #61CD52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CD52 is #9E32AD. Grayscale: #9F9F9F. Windows color (decimal): -10367662 or 5426529. OLE color: 5426529.

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

Color convert

RGB9720582-
CMYK0.5300.60.20
HSL112.68º55.16%56.27%-
HSV(B)112.68º60%80.39%-
XYZ28.2846.8115.53-
YUV158.6984.7284-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.26%
GREEN value IS 205 (80.47% from 255) = 53.39%
BLUE value IS 82 (32.42% from 255) = 21.35%
R=25.26%
G=53.39%
B=21.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal97205820.5300.60.20112.6855.1656.27
Hex61CD523503C14713738
Octal14131512265074241616770
Binary11000011100110110100101101010111100101001110001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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