#61DE6A

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

Shades of Pastel Green #61DE6A

Tints of Pastel Green #61DE6A

Color information

#61DE6A (or 0x61DE6A) is unknown color: approx Pastel Green. HEX triplet: 61, DE and 6A. RGB value is (97,222,106). Sum of RGB (Red+Green+Blue) = 97+222+106=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 222 (87.11% from 255 or 52.24% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 222 - color contains mainly: green. Hex color #61DE6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DE6A is #9E2195. Grayscale: #ABABAB. Windows color (decimal): -10363286 or 7003745. OLE color: 7003745.

HSL color Cylindrical-coordinate representation of color #61DE6A: hue angle of 124.32º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DE6A is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB97222106-
CMYK0.5600.520.13
HSL124.32º65.45%62.55%-
HSV(B)124.32º56.31%87.06%-
XYZ33.6555.8222.64-
YUV171.491.0974.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.82%
GREEN value IS 222 (87.11% from 255) = 52.24%
BLUE value IS 106 (41.80% from 255) = 24.94%
R=22.82%
G=52.24%
B=24.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972221060.5600.520.13124.3265.4562.55
Hex61DE6A38034D7c413f
Octal141336152700641517410177
Binary11000011101111011010101110000110100110111111001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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