#5DAF45

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

Shades of Apple #5DAF45

Tints of Apple #5DAF45

Color information

#5DAF45 (or 0x5DAF45) is unknown color: approx Apple. HEX triplet: 5D, AF and 45. RGB value is (93,175,69). Sum of RGB (Red+Green+Blue) = 93+175+69=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAF45 is #A250BA. Grayscale: #8A8A8A. Windows color (decimal): -10637499 or 4566877. OLE color: 4566877.

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

Color convert

RGB9317569-
CMYK0.4700.610.31
HSL106.42º43.44%47.84%-
HSV(B)106.42º60.57%68.63%-
XYZ20.9233.4210.98-
YUV138.488.8395.62-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.60%
GREEN value IS 175 (68.75% from 255) = 51.93%
BLUE value IS 69 (27.34% from 255) = 20.47%
R=27.60%
G=51.93%
B=20.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal93175690.4700.610.31106.4243.4447.84
Hex5DAF452F03D1F6a2b30
Octal13525710557075371525360
Binary10111011010111110001011011110111101111111101010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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