#5FDA5D

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

Shades of Pastel Green #5FDA5D

Tints of Pastel Green #5FDA5D

Color information

#5FDA5D (or 0x5FDA5D) is unknown color: approx Pastel Green. HEX triplet: 5F, DA and 5D. RGB value is (95,218,93). Sum of RGB (Red+Green+Blue) = 95+218+93=406 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.40% from 406); Green value is 218 (85.55% from 255 or 53.69% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDA5D is #A025A2. Grayscale: #A7A7A7. Windows color (decimal): -10495395 or 6150751. OLE color: 6150751.

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

Color convert

RGB9521893-
CMYK0.5600.570.15
HSL119.04º62.81%60.98%-
HSV(B)119.04º57.34%85.49%-
XYZ31.7753.3718.98-
YUV166.9786.2576.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.40%
GREEN value IS 218 (85.55% from 255) = 53.69%
BLUE value IS 93 (36.72% from 255) = 22.91%
R=23.40%
G=53.69%
B=22.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal95218930.5600.570.15119.0462.8160.98
Hex5FDA5D38039F773f3d
Octal13733213570071171677775
Binary1011111110110101011101111000011100111111110111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,218,93); }

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

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

 a { background-color: rgb(95,218,93); }

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

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

 span { border-color: rgb(95,218,93); }

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