#5DDC60

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

Shades of Pastel Green #5DDC60

Tints of Pastel Green #5DDC60

Color information

#5DDC60 (or 0x5DDC60) is unknown color: approx Pastel Green. HEX triplet: 5D, DC and 60. RGB value is (93,220,96). Sum of RGB (Red+Green+Blue) = 93+220+96=409 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.74% from 409); Green value is 220 (86.33% from 255 or 53.79% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDC60 is #A2239F. Grayscale: #A8A8A8. Windows color (decimal): -10625952 or 6347869. OLE color: 6347869.

HSL color Cylindrical-coordinate representation of color #5DDC60: hue angle of 121.42º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDC60 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB9322096-
CMYK0.5800.560.14
HSL121.42º64.47%61.37%-
HSV(B)121.42º57.73%86.27%-
XYZ32.2254.3619.86-
YUV167.8987.4274.58-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.74%
GREEN value IS 220 (86.33% from 255) = 53.79%
BLUE value IS 96 (37.89% from 255) = 23.47%
R=22.74%
G=53.79%
B=23.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal93220960.5800.560.14121.4264.4761.37
Hex5DDC603A038E79403d
Octal135334140720701617110075
Binary10111011101110011000001110100111000111011110011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,220,96); }

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

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

 a { background-color: rgb(93,220,96); }

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

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

 span { border-color: rgb(93,220,96); }

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