#5DC745

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

Shades of Apple #5DC745

Tints of Apple #5DC745

Color information

#5DC745 (or 0x5DC745) is unknown color: approx Apple. HEX triplet: 5D, C7 and 45. RGB value is (93,199,69). Sum of RGB (Red+Green+Blue) = 93+199+69=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 199 (78.12% from 255 or 55.12% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 199 - color contains mainly: green. Hex color #5DC745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC745 is #A238BA. Grayscale: #989898. Windows color (decimal): -10631355 or 4573021. OLE color: 4573021.

HSL color Cylindrical-coordinate representation of color #5DC745: hue angle of 108.92º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5DC745 is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB9319969-
CMYK0.5300.650.22
HSL108.92º53.72%52.55%-
HSV(B)108.92º65.33%78.04%-
XYZ26.0143.612.68-
YUV152.4980.8885.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.76%
GREEN value IS 199 (78.12% from 255) = 55.12%
BLUE value IS 69 (27.34% from 255) = 19.11%
R=25.76%
G=55.12%
B=19.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal93199690.5300.650.22108.9253.7252.55
Hex5DC74535041166d3635
Octal135307105650101261556665
Binary101110111000111100010111010101000001101101101101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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