#61F594

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

Shades of Pastel Green #61F594

Tints of Pastel Green #61F594

Color information

#61F594 (or 0x61F594) is unknown color: approx Pastel Green. HEX triplet: 61, F5 and 94. RGB value is (97,245,148). Sum of RGB (Red+Green+Blue) = 97+245+148=490 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.80% from 490); Green value is 245 (96.09% from 255 or 50% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 245 - color contains mainly: green. Hex color #61F594 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F594 is #9E0A6B. Grayscale: #BDBDBD. Windows color (decimal): -10357356 or 9762145. OLE color: 9762145.

HSL color Cylindrical-coordinate representation of color #61F594: hue angle of 140.68º 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 #61F594 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB97245148-
CMYK0.6000.400.04
HSL140.68º88.1%67.06%-
HSV(B)140.68º60.41%96.08%-
XYZ42.9369.9839.26-
YUV189.69104.4761.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.80%
GREEN value IS 245 (96.09% from 255) = 50%
BLUE value IS 148 (58.20% from 255) = 30.20%
R=19.80%
G=50%
B=30.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal972451480.6000.400.04140.6888.167.06
Hex61F5943C02848d5843
Octal141365224740504215130103
Binary1100001111101011001010011110001010001001000110110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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