#5DD867

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

Shades of Pastel Green #5DD867

Tints of Pastel Green #5DD867

Color information

#5DD867 (or 0x5DD867) is unknown color: approx Pastel Green. HEX triplet: 5D, D8 and 67. RGB value is (93,216,103). Sum of RGB (Red+Green+Blue) = 93+216+103=412 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.57% from 412); Green value is 216 (84.77% from 255 or 52.43% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD867 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD867 is #A22798. Grayscale: #A6A6A6. Windows color (decimal): -10626969 or 6805597. OLE color: 6805597.

HSL color Cylindrical-coordinate representation of color #5DD867: hue angle of 124.88º 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 #5DD867 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB93216103-
CMYK0.5700.520.15
HSL124.88º61.19%60.59%-
HSV(B)124.88º56.94%84.71%-
XYZ31.5252.4221.29-
YUV166.3492.2575.69-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.57%
GREEN value IS 216 (84.77% from 255) = 52.43%
BLUE value IS 103 (40.62% from 255) = 25%
R=22.57%
G=52.43%
B=25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal932161030.5700.520.15124.8861.1960.59
Hex5DD86739034F7d3d3d
Octal13533014771064171757575
Binary1011101110110001100111111001011010011111111101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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