#5DDE68

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

Shades of Pastel Green #5DDE68

Tints of Pastel Green #5DDE68

Color information

#5DDE68 (or 0x5DDE68) is unknown color: approx Pastel Green. HEX triplet: 5D, DE and 68. RGB value is (93,222,104). Sum of RGB (Red+Green+Blue) = 93+222+104=419 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.20% from 419); Green value is 222 (87.11% from 255 or 52.98% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 222 - color contains mainly: green. Hex color #5DDE68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDE68 is #A22197. Grayscale: #AAAAAA. Windows color (decimal): -10625432 or 6872669. OLE color: 6872669.

HSL color Cylindrical-coordinate representation of color #5DDE68: hue angle of 125.12º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDE68 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB93222104-
CMYK0.5800.530.13
HSL125.12º66.15%61.76%-
HSV(B)125.12º58.11%87.06%-
XYZ33.1355.5722.08-
YUV169.9890.7673.09-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.20%
GREEN value IS 222 (87.11% from 255) = 52.98%
BLUE value IS 104 (41.02% from 255) = 24.82%
R=22.20%
G=52.98%
B=24.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal932221040.5800.530.13125.1266.1561.76
Hex5DDE683A035D7d423e
Octal135336150720651517510276
Binary10111011101111011010001110100110101110111111011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,222,104); }

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

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

 a { background-color: rgb(93,222,104); }

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

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

 span { border-color: rgb(93,222,104); }

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