#61D572

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

Shades of Pastel Green #61D572

Tints of Pastel Green #61D572

Color information

#61D572 (or 0x61D572) is unknown color: approx Pastel Green. HEX triplet: 61, D5 and 72. RGB value is (97,213,114). Sum of RGB (Red+Green+Blue) = 97+213+114=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #61D572 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D572 is #9E2A8D. Grayscale: #A7A7A7. Windows color (decimal): -10365582 or 7525729. OLE color: 7525729.

HSL color Cylindrical-coordinate representation of color #61D572: hue angle of 128.79º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D572 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB97213114-
CMYK0.5400.460.16
HSL128.79º58%60.78%-
HSV(B)128.79º54.46%83.53%-
XYZ31.7651.3424.16-
YUV167.0398.0778.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.88%
GREEN value IS 213 (83.59% from 255) = 50.24%
BLUE value IS 114 (44.92% from 255) = 26.89%
R=22.88%
G=50.24%
B=26.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal972131140.5400.460.16128.795860.78
Hex61D5723602E10813a3d
Octal14132516266056202017275
Binary110000111010101111001011011001011101000010000001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,213,114); }

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

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

 a { background-color: rgb(97,213,114); }

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

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

 span { border-color: rgb(97,213,114); }

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