#5DA24F

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

Shades of Apple #5DA24F

Tints of Apple #5DA24F

Color information

#5DA24F (or 0x5DA24F) is unknown color: approx Apple. HEX triplet: 5D, A2 and 4F. RGB value is (93,162,79). Sum of RGB (Red+Green+Blue) = 93+162+79=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA24F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA24F is #A25DB0. Grayscale: #848484. Windows color (decimal): -10640817 or 5218909. OLE color: 5218909.

HSL color Cylindrical-coordinate representation of color #5DA24F: hue angle of 109.88º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DA24F is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB9316279-
CMYK0.4300.510.36
HSL109.88º34.44%47.25%-
HSV(B)109.88º51.23%63.53%-
XYZ18.8528.7311.95-
YUV131.9198.14100.25-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.84%
GREEN value IS 162 (63.67% from 255) = 48.50%
BLUE value IS 79 (31.25% from 255) = 23.65%
R=27.84%
G=48.50%
B=23.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal93162790.4300.510.36109.8834.4447.25
Hex5DA24F2B033246e222f
Octal13524211753063441564257
Binary101110110100010100111110101101100111001001101110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,162,79); }

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

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

 a { background-color: rgb(93,162,79); }

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

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

 span { border-color: rgb(93,162,79); }

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