#5FDA64

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

Shades of Pastel Green #5FDA64

Tints of Pastel Green #5FDA64

Color information

#5FDA64 (or 0x5FDA64) is unknown color: approx Pastel Green. HEX triplet: 5F, DA and 64. RGB value is (95,218,100). Sum of RGB (Red+Green+Blue) = 95+218+100=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 218 (85.55% from 255 or 52.78% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FDA64 is #A0259B. Grayscale: #A8A8A8. Windows color (decimal): -10495388 or 6609503. OLE color: 6609503.

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

Color convert

RGB95218100-
CMYK0.5600.540.15
HSL122.44º62.44%61.37%-
HSV(B)122.44º56.42%85.49%-
XYZ32.0953.520.69-
YUV167.7789.7576.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.00%
GREEN value IS 218 (85.55% from 255) = 52.78%
BLUE value IS 100 (39.45% from 255) = 24.21%
R=23.00%
G=52.78%
B=24.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal952181000.5600.540.15122.4462.4461.37
Hex5FDA6438036F7a3e3d
Octal13733214470066171727675
Binary1011111110110101100100111000011011011111111010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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