#61D864

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

Shades of Pastel Green #61D864

Tints of Pastel Green #61D864

Color information

#61D864 (or 0x61D864) is unknown color: approx Pastel Green. HEX triplet: 61, D8 and 64. RGB value is (97,216,100). Sum of RGB (Red+Green+Blue) = 97+216+100=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 216 (84.77% from 255 or 52.30% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 216 - color contains mainly: green. Hex color #61D864 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D864 is #9E279B. Grayscale: #A7A7A7. Windows color (decimal): -10364828 or 6608993. OLE color: 6608993.

HSL color Cylindrical-coordinate representation of color #61D864: hue angle of 121.51º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D864 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB97216100-
CMYK0.5500.540.15
HSL121.51º60.41%61.37%-
HSV(B)121.51º55.09%84.71%-
XYZ31.7952.5720.53-
YUV167.290.0877.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.49%
GREEN value IS 216 (84.77% from 255) = 52.30%
BLUE value IS 100 (39.45% from 255) = 24.21%
R=23.49%
G=52.30%
B=24.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972161000.5500.540.15121.5160.4161.37
Hex61D86437036F7a3c3d
Octal14133014467066171727475
Binary1100001110110001100100110111011011011111111010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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