#5CD64A

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

Shades of Apple #5CD64A

Tints of Apple #5CD64A

Color information

#5CD64A (or 0x5CD64A) is unknown color: approx Apple. HEX triplet: 5C, D6 and 4A. RGB value is (92,214,74). Sum of RGB (Red+Green+Blue) = 92+214+74=380 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.21% from 380); Green value is 214 (83.98% from 255 or 56.32% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 214 - color contains mainly: green. Hex color #5CD64A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CD64A is #A329B5. Grayscale: #A2A2A2. Windows color (decimal): -10693046 or 4904540. OLE color: 4904540.

HSL color Cylindrical-coordinate representation of color #5CD64A: hue angle of 112.29º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5CD64A is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB9221474-
CMYK0.5700.650.16
HSL112.29º63.06%56.47%-
HSV(B)112.29º65.42%83.92%-
XYZ29.750.8614.73-
YUV161.5678.5878.38-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.21%
GREEN value IS 214 (83.98% from 255) = 56.32%
BLUE value IS 74 (29.30% from 255) = 19.47%
R=24.21%
G=56.32%
B=19.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal92214740.5700.650.16112.2963.0656.47
Hex5CD64A3904110703f38
Octal134326112710101201607770
Binary101110011010110100101011100101000001100001110000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CD64A; }

 p { color: rgb(92,214,74); }

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

<style>
 a { background-color: #5CD64A; }

 a { background-color: rgb(92,214,74); }

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

<style>
 span { border-color: #5CD64A; }

 span { border-color: rgb(92,214,74); }

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