#5AD34C

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

Shades of Apple #5AD34C

Tints of Apple #5AD34C

Color information

#5AD34C (or 0x5AD34C) is unknown color: approx Apple. HEX triplet: 5A, D3 and 4C. RGB value is (90,211,76). Sum of RGB (Red+Green+Blue) = 90+211+76=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 211 (82.81% from 255 or 55.97% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 211 - color contains mainly: green. Hex color #5AD34C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD34C is #A52CB3. Grayscale: #9F9F9F. Windows color (decimal): -10824884 or 5034842. OLE color: 5034842.

HSL color Cylindrical-coordinate representation of color #5AD34C: hue angle of 113.78º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AD34C is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB9021176-
CMYK0.5700.640.17
HSL113.78º60.54%56.27%-
HSV(B)113.78º63.98%82.75%-
XYZ28.8249.2814.83-
YUV159.4380.9178.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.87%
GREEN value IS 211 (82.81% from 255) = 55.97%
BLUE value IS 76 (30.08% from 255) = 20.16%
R=23.87%
G=55.97%
B=20.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal90211760.5700.640.17113.7860.5456.27
Hex5AD34C3904011723d38
Octal132323114710100211627570
Binary101101011010011100110011100101000000100011110010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,211,76); }

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

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

 a { background-color: rgb(90,211,76); }

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

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

 span { border-color: rgb(90,211,76); }

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