#5DD869

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

Shades of Pastel Green #5DD869

Tints of Pastel Green #5DD869

Color information

#5DD869 (or 0x5DD869) is unknown color: approx Pastel Green. HEX triplet: 5D, D8 and 69. RGB value is (93,216,105). Sum of RGB (Red+Green+Blue) = 93+216+105=414 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.46% from 414); Green value is 216 (84.77% from 255 or 52.17% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD869 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD869 is #A22796. Grayscale: #A6A6A6. Windows color (decimal): -10626967 or 6936669. OLE color: 6936669.

HSL color Cylindrical-coordinate representation of color #5DD869: hue angle of 125.85º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD869 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB93216105-
CMYK0.5700.510.15
HSL125.85º61.19%60.59%-
HSV(B)125.85º56.94%84.71%-
XYZ31.6252.4621.82-
YUV166.5793.2575.53-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.46%
GREEN value IS 216 (84.77% from 255) = 52.17%
BLUE value IS 105 (41.41% from 255) = 25.36%
R=22.46%
G=52.17%
B=25.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal932161050.5700.510.15125.8561.1960.59
Hex5DD86939033F7e3d3d
Octal13533015171063171767575
Binary1011101110110001101001111001011001111111111110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,216,105); }

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

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

 a { background-color: rgb(93,216,105); }

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

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

 span { border-color: rgb(93,216,105); }

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