#61D564

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

Shades of Pastel Green #61D564

Tints of Pastel Green #61D564

Color information

#61D564 (or 0x61D564) is unknown color: approx Pastel Green. HEX triplet: 61, D5 and 64. RGB value is (97,213,100). Sum of RGB (Red+Green+Blue) = 97+213+100=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 213 (83.59% from 255 or 51.95% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 213 - color contains mainly: green. Hex color #61D564 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D564 is #9E2A9B. Grayscale: #A5A5A5. Windows color (decimal): -10365596 or 6608225. OLE color: 6608225.

HSL color Cylindrical-coordinate representation of color #61D564: hue angle of 121.55º 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 #61D564 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB97213100-
CMYK0.5400.530.16
HSL121.55º58%60.78%-
HSV(B)121.55º54.46%83.53%-
XYZ31.0251.0520.28-
YUV165.4391.0779.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.66%
GREEN value IS 213 (83.59% from 255) = 51.95%
BLUE value IS 100 (39.45% from 255) = 24.39%
R=23.66%
G=51.95%
B=24.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal972131000.5400.530.16121.555860.78
Hex61D56436035107a3a3d
Octal14132514466065201727275
Binary11000011101010111001001101100110101100001111010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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