#5FD95E

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

Shades of Pastel Green #5FD95E

Tints of Pastel Green #5FD95E

Color information

#5FD95E (or 0x5FD95E) is unknown color: approx Pastel Green. HEX triplet: 5F, D9 and 5E. RGB value is (95,217,94). Sum of RGB (Red+Green+Blue) = 95+217+94=406 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.40% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD95E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD95E is #A026A1. Grayscale: #A6A6A6. Windows color (decimal): -10495650 or 6216031. OLE color: 6216031.

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

Color convert

RGB9521794-
CMYK0.5600.570.15
HSL119.51º61.81%60.98%-
HSV(B)119.51º56.68%85.1%-
XYZ31.5552.8719.13-
YUV166.587.0877-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.40%
GREEN value IS 217 (85.16% from 255) = 53.45%
BLUE value IS 94 (37.11% from 255) = 23.15%
R=23.40%
G=53.45%
B=23.15%

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
Decimal95217940.5600.570.15119.5161.8160.98
Hex5FD95E38039F783e3d
Octal13733113670071171707675
Binary1011111110110011011110111000011100111111111000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,217,94); }

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

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

 a { background-color: rgb(95,217,94); }

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

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

 span { border-color: rgb(95,217,94); }

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