#5dd74d

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

Shades of Apple #5DD74D

Tints of Apple #5DD74D

Color information

#5DD74D (or 0x5DD74D) is unknown color: approx Apple. HEX triplet: 5D, D7 and 4D. RGB value is (93,215,77). Sum of RGB (Red+Green+Blue) = 93+215+77=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 215 (84.38% from 255 or 55.84% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD74D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD74D is #A228B2. Grayscale: #A3A3A3. Windows color (decimal): -10627251 or 5101405. OLE color: 5101405.

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

Color convert

RGB9321577-
CMYK0.5700.640.16
HSL113.04º63.3%57.25%-
HSV(B)113.04º64.19%84.31%-
XYZ30.1551.4615.37-
YUV162.7979.5878.22-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.16%
GREEN value IS 215 (84.38% from 255) = 55.84%
BLUE value IS 77 (30.47% from 255) = 20%
R=24.16%
G=55.84%
B=20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal93215770.5700.640.16113.0463.357.25
Hex5DD74D3904010713f39
Octal135327115710100201617771
Binary101110111010111100110111100101000000100001110001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5dd74d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,215,77); }

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

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

 a { background-color: rgb(93,215,77); }

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

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

 span { border-color: rgb(93,215,77); }

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