#5DB44A

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

Shades of Apple #5DB44A

Tints of Apple #5DB44A

Color information

#5DB44A (or 0x5DB44A) is unknown color: approx Apple. HEX triplet: 5D, B4 and 4A. RGB value is (93,180,74). Sum of RGB (Red+Green+Blue) = 93+180+74=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB44A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB44A is #A24BB5. Grayscale: #8E8E8E. Windows color (decimal): -10636214 or 4895837. OLE color: 4895837.

HSL color Cylindrical-coordinate representation of color #5DB44A: hue angle of 109.25º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DB44A is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB9318074-
CMYK0.4800.590.29
HSL109.25º41.73%49.8%-
HSV(B)109.25º58.89%70.59%-
XYZ22.0735.4612.16-
YUV141.989.6893.12-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.80%
GREEN value IS 180 (70.70% from 255) = 51.87%
BLUE value IS 74 (29.30% from 255) = 21.33%
R=26.80%
G=51.87%
B=21.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal93180740.4800.590.29109.2541.7349.8
Hex5DB44A3003B1D6d2a32
Octal13526411260073351555262
Binary10111011011010010010101100000111011111011101101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,180,74); }

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

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

 a { background-color: rgb(93,180,74); }

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

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

 span { border-color: rgb(93,180,74); }

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