#5DC13D

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

Shades of Apple #5DC13D

Tints of Apple #5DC13D

Color information

#5DC13D (or 0x5DC13D) is unknown color: approx Apple. HEX triplet: 5D, C1 and 3D. RGB value is (93,193,61). Sum of RGB (Red+Green+Blue) = 93+193+61=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 193 (75.78% from 255 or 55.62% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 193 - color contains mainly: green. Hex color #5DC13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC13D is #A23EC2. Grayscale: #949494. Windows color (decimal): -10632899 or 4047197. OLE color: 4047197.

HSL color Cylindrical-coordinate representation of color #5DC13D: hue angle of 105.45º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5DC13D is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB9319361-
CMYK0.5200.680.24
HSL105.45º51.97%49.8%-
HSV(B)105.45º68.39%75.69%-
XYZ24.4340.811-
YUV148.0578.8788.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.80%
GREEN value IS 193 (75.78% from 255) = 55.62%
BLUE value IS 61 (24.22% from 255) = 17.58%
R=26.80%
G=55.62%
B=17.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal93193610.5200.680.24105.4551.9749.8
Hex5DC13D3404418693432
Octal13530175640104301516462
Binary10111011100000111110111010001000100110001101001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,193,61); }

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

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

 a { background-color: rgb(93,193,61); }

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

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

 span { border-color: rgb(93,193,61); }

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