#5FD85E

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

Shades of Pastel Green #5FD85E

Tints of Pastel Green #5FD85E

Color information

#5FD85E (or 0x5FD85E) is unknown color: approx Pastel Green. HEX triplet: 5F, D8 and 5E. RGB value is (95,216,94). Sum of RGB (Red+Green+Blue) = 95+216+94=405 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.46% from 405); Green value is 216 (84.77% from 255 or 53.33% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD85E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD85E is #A027A1. Grayscale: #A6A6A6. Windows color (decimal): -10495906 or 6215775. OLE color: 6215775.

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

Color convert

RGB9521694-
CMYK0.5600.560.15
HSL119.51º61%60.78%-
HSV(B)119.51º56.48%84.71%-
XYZ31.352.3519.05-
YUV165.9187.4177.42-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.46%
GREEN value IS 216 (84.77% from 255) = 53.33%
BLUE value IS 94 (37.11% from 255) = 23.21%
R=23.46%
G=53.33%
B=23.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal95216940.5600.560.15119.516160.78
Hex5FD85E38038F783d3d
Octal13733013670070171707575
Binary1011111110110001011110111000011100011111111000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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