#5DC353

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

Shades of Apple #5DC353

Tints of Apple #5DC353

Color information

#5DC353 (or 0x5DC353) is unknown color: approx Apple. HEX triplet: 5D, C3 and 53. RGB value is (93,195,83). Sum of RGB (Red+Green+Blue) = 93+195+83=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC353 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC353 is #A23CAC. Grayscale: #989898. Windows color (decimal): -10632365 or 5489501. OLE color: 5489501.

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

Color convert

RGB9319583-
CMYK0.5200.570.24
HSL114.64º48.28%54.51%-
HSV(B)114.64º57.44%76.47%-
XYZ25.5941.9814.94-
YUV151.7389.2186.11-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.07%
GREEN value IS 195 (76.56% from 255) = 52.56%
BLUE value IS 83 (32.81% from 255) = 22.37%
R=25.07%
G=52.56%
B=22.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal93195830.5200.570.24114.6448.2854.51
Hex5DC3533403918733037
Octal13530312364071301636067
Binary10111011100001110100111101000111001110001110011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,195,83); }

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

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

 a { background-color: rgb(93,195,83); }

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

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

 span { border-color: rgb(93,195,83); }

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