#61FA95

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

Shades of Pastel Green #61FA95

Tints of Pastel Green #61FA95

Color information

#61FA95 (or 0x61FA95) is unknown color: approx Pastel Green. HEX triplet: 61, FA and 95. RGB value is (97,250,149). Sum of RGB (Red+Green+Blue) = 97+250+149=496 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.56% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #61FA95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FA95 is #9E056A. Grayscale: #C0C0C0. Windows color (decimal): -10356075 or 9828961. OLE color: 9828961.

HSL color Cylindrical-coordinate representation of color #61FA95: hue angle of 140.39º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61FA95 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB97250149-
CMYK0.6100.400.02
HSL140.39º93.87%68.04%-
HSV(B)140.39º61.2%98.04%-
XYZ44.5473.0840.19-
YUV192.74103.3159.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.56%
GREEN value IS 250 (98.05% from 255) = 50.40%
BLUE value IS 149 (58.59% from 255) = 30.04%
R=19.56%
G=50.40%
B=30.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972501490.6100.400.02140.3993.8768.04
Hex61FA953D02828c5e44
Octal141372225750502214136104
Binary110000111111010100101011111010101000101000110010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,250,149); }

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

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

 a { background-color: rgb(97,250,149); }

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

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

 span { border-color: rgb(97,250,149); }

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