#61F590

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

Shades of Pastel Green #61F590

Tints of Pastel Green #61F590

Color information

#61F590 (or 0x61F590) is unknown color: approx Pastel Green. HEX triplet: 61, F5 and 90. RGB value is (97,245,144). Sum of RGB (Red+Green+Blue) = 97+245+144=486 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.96% from 486); Green value is 245 (96.09% from 255 or 50.41% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 245 - color contains mainly: green. Hex color #61F590 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F590 is #9E0A6F. Grayscale: #BDBDBD. Windows color (decimal): -10357360 or 9500001. OLE color: 9500001.

HSL color Cylindrical-coordinate representation of color #61F590: hue angle of 139.05º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F590 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB97245144-
CMYK0.6000.410.04
HSL139.05º88.1%67.06%-
HSV(B)139.05º60.41%96.08%-
XYZ42.6269.8637.62-
YUV189.23102.4762.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.96%
GREEN value IS 245 (96.09% from 255) = 50.41%
BLUE value IS 144 (56.64% from 255) = 29.63%
R=19.96%
G=50.41%
B=29.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal972451440.6000.410.04139.0588.167.06
Hex61F5903C02948b5843
Octal141365220740514213130103
Binary1100001111101011001000011110001010011001000101110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61F590; }

 p { color: rgb(97,245,144); }

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

<style>
 a { background-color: #61F590; }

 a { background-color: rgb(97,245,144); }

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

<style>
 span { border-color: #61F590; }

 span { border-color: rgb(97,245,144); }

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