#61E16A

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

Shades of Pastel Green #61E16A

Tints of Pastel Green #61E16A

Color information

#61E16A (or 0x61E16A) is unknown color: approx Pastel Green. HEX triplet: 61, E1 and 6A. RGB value is (97,225,106). Sum of RGB (Red+Green+Blue) = 97+225+106=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 225 (88.28% from 255 or 52.57% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 225 - color contains mainly: green. Hex color #61E16A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61E16A is #9E1E95. Grayscale: #ADADAD. Windows color (decimal): -10362518 or 7004513. OLE color: 7004513.

HSL color Cylindrical-coordinate representation of color #61E16A: hue angle of 124.22º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E16A is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB97225106-
CMYK0.5700.530.12
HSL124.22º68.09%63.14%-
HSV(B)124.22º56.89%88.24%-
XYZ34.4657.4322.91-
YUV173.1690.0973.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.66%
GREEN value IS 225 (88.28% from 255) = 52.57%
BLUE value IS 106 (41.80% from 255) = 24.77%
R=22.66%
G=52.57%
B=24.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal972251060.5700.530.12124.2268.0963.14
Hex61E16A39035C7c443f
Octal141341152710651417410477
Binary11000011110000111010101110010110101110011111001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,225,106); }

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

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

 a { background-color: rgb(97,225,106); }

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

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

 span { border-color: rgb(97,225,106); }

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