#5FD86E

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

Shades of Pastel Green #5FD86E

Tints of Pastel Green #5FD86E

Color information

#5FD86E (or 0x5FD86E) is unknown color: approx Pastel Green. HEX triplet: 5F, D8 and 6E. RGB value is (95,216,110). Sum of RGB (Red+Green+Blue) = 95+216+110=421 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.57% from 421); Green value is 216 (84.77% from 255 or 51.31% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD86E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD86E is #A02791. Grayscale: #A8A8A8. Windows color (decimal): -10495890 or 7264351. OLE color: 7264351.

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

Color convert

RGB95216110-
CMYK0.5600.490.15
HSL127.44º60.8%60.98%-
HSV(B)127.44º56.02%84.71%-
XYZ32.0952.6723.23-
YUV167.7495.4176.12-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.57%
GREEN value IS 216 (84.77% from 255) = 51.31%
BLUE value IS 110 (43.36% from 255) = 26.13%
R=22.57%
G=51.31%
B=26.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal952161100.5600.490.15127.4460.860.98
Hex5FD86E38031F7f3d3d
Octal13733015670061171777575
Binary1011111110110001101110111000011000111111111111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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