#61F795

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

Shades of Pastel Green #61F795

Tints of Pastel Green #61F795

Color information

#61F795 (or 0x61F795) is unknown color: approx Pastel Green. HEX triplet: 61, F7 and 95. RGB value is (97,247,149). Sum of RGB (Red+Green+Blue) = 97+247+149=493 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.68% from 493); Green value is 247 (96.88% from 255 or 50.10% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 247 - color contains mainly: green. Hex color #61F795 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F795 is #9E086A. Grayscale: #BFBFBF. Windows color (decimal): -10356843 or 9828193. OLE color: 9828193.

HSL color Cylindrical-coordinate representation of color #61F795: hue angle of 140.8º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F795 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB97247149-
CMYK0.6100.400.03
HSL140.8º90.36%67.45%-
HSV(B)140.8º60.73%96.86%-
XYZ43.6271.2339.88-
YUV190.98104.360.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.68%
GREEN value IS 247 (96.88% from 255) = 50.10%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=19.68%
G=50.10%
B=30.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal972471490.6100.400.03140.890.3667.45
Hex61F7953D02838d5a43
Octal141367225750503215132103
Binary110000111110111100101011111010101000111000110110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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