#57CD40

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

Shades of Apple #57CD40

Tints of Apple #57CD40

Color information

#57CD40 (or 0x57CD40) is unknown color: approx Apple. HEX triplet: 57, CD and 40. RGB value is (87,205,64). Sum of RGB (Red+Green+Blue) = 87+205+64=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 205 (80.47% from 255 or 57.58% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 205 - color contains mainly: green. Hex color #57CD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57CD40 is #A832BF. Grayscale: #9A9A9A. Windows color (decimal): -11023040 or 4246871. OLE color: 4246871.

HSL color Cylindrical-coordinate representation of color #57CD40: hue angle of 110.21º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #57CD40 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB8720564-
CMYK0.5800.690.20
HSL110.21º58.51%52.75%-
HSV(B)110.21º68.78%80.39%-
XYZ26.6946.0612.33-
YUV153.6477.4180.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.44%
GREEN value IS 205 (80.47% from 255) = 57.58%
BLUE value IS 64 (25.39% from 255) = 17.98%
R=24.44%
G=57.58%
B=17.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal87205640.5800.690.20110.2158.5152.75
Hex57CD403A045146e3b35
Octal127315100720105241567365
Binary101011111001101100000011101001000101101001101110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57CD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57CD40; }

 p { color: rgb(87,205,64); }

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

<style>
 a { background-color: #57CD40; }

 a { background-color: rgb(87,205,64); }

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

<style>
 span { border-color: #57CD40; }

 span { border-color: rgb(87,205,64); }

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