#5DAF4D

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

Shades of Apple #5DAF4D

Tints of Apple #5DAF4D

Color information

#5DAF4D (or 0x5DAF4D) is unknown color: approx Apple. HEX triplet: 5D, AF and 4D. RGB value is (93,175,77). Sum of RGB (Red+Green+Blue) = 93+175+77=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAF4D is #A250B2. Grayscale: #8B8B8B. Windows color (decimal): -10637491 or 5091165. OLE color: 5091165.

HSL color Cylindrical-coordinate representation of color #5DAF4D: hue angle of 110.2º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DAF4D is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB9317577-
CMYK0.4700.560.31
HSL110.2º38.89%49.41%-
HSV(B)110.2º56%68.63%-
XYZ21.1833.5212.38-
YUV139.3192.8394.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.96%
GREEN value IS 175 (68.75% from 255) = 50.72%
BLUE value IS 77 (30.47% from 255) = 22.32%
R=26.96%
G=50.72%
B=22.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal93175770.4700.560.31110.238.8949.41
Hex5DAF4D2F0381F6e2731
Octal13525711557070371564761
Binary10111011010111110011011011110111000111111101110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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