#61E98A

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

Shades of Pastel Green #61E98A

Tints of Pastel Green #61E98A

Color information

#61E98A (or 0x61E98A) is unknown color: approx Pastel Green. HEX triplet: 61, E9 and 8A. RGB value is (97,233,138). Sum of RGB (Red+Green+Blue) = 97+233+138=468 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.73% from 468); Green value is 233 (91.41% from 255 or 49.79% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 233 - color contains mainly: green. Hex color #61E98A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61E98A is #9E1675. Grayscale: #B5B5B5. Windows color (decimal): -10360438 or 9103713. OLE color: 9103713.

HSL color Cylindrical-coordinate representation of color #61E98A: hue angle of 138.09º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E98A is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB97233138-
CMYK0.5800.410.09
HSL138.09º75.56%64.71%-
HSV(B)138.09º58.37%91.37%-
XYZ38.6662.6534.1-
YUV181.51103.4467.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.73%
GREEN value IS 233 (91.41% from 255) = 49.79%
BLUE value IS 138 (54.30% from 255) = 29.49%
R=20.73%
G=49.79%
B=29.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal972331380.5800.410.09138.0975.5664.71
Hex61E98A3A02998a4c41
Octal1413512127205111212114101
Binary11000011110100110001010111010010100110011000101010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,233,138); }

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

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

 a { background-color: rgb(97,233,138); }

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

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

 span { border-color: rgb(97,233,138); }

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