#61E885

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

Shades of Pastel Green #61E885

Tints of Pastel Green #61E885

Color information

#61E885 (or 0x61E885) is unknown color: approx Pastel Green. HEX triplet: 61, E8 and 85. RGB value is (97,232,133). Sum of RGB (Red+Green+Blue) = 97+232+133=462 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.00% from 462); Green value is 232 (91.02% from 255 or 50.22% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 232 - color contains mainly: green. Hex color #61E885 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61E885 is #9E177A. Grayscale: #B4B4B4. Windows color (decimal): -10360699 or 8775777. OLE color: 8775777.

HSL color Cylindrical-coordinate representation of color #61E885: hue angle of 136º degrees, saturation: 0.75, 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 #61E885 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB97232133-
CMYK0.5800.430.09
HSL136º74.59%64.51%-
HSV(B)136º58.19%90.98%-
XYZ38.0261.9532.14-
YUV180.35101.2768.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.00%
GREEN value IS 232 (91.02% from 255) = 50.22%
BLUE value IS 133 (52.34% from 255) = 28.79%
R=21.00%
G=50.22%
B=28.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal972321330.5800.430.0913674.5964.51
Hex61E8853A02B9884b41
Octal1413502057205311210113101
Binary11000011110100010000101111010010101110011000100010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,232,133); }

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

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

 a { background-color: rgb(97,232,133); }

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

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

 span { border-color: rgb(97,232,133); }

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