#61D666

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

Shades of Pastel Green #61D666

Tints of Pastel Green #61D666

Color information

#61D666 (or 0x61D666) is unknown color: approx Pastel Green. HEX triplet: 61, D6 and 66. RGB value is (97,214,102). Sum of RGB (Red+Green+Blue) = 97+214+102=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 214 (83.98% from 255 or 51.82% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 214 - color contains mainly: green. Hex color #61D666 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D666 is #9E2999. Grayscale: #A6A6A6. Windows color (decimal): -10365338 or 6739553. OLE color: 6739553.

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

Color convert

RGB97214102-
CMYK0.5500.520.16
HSL122.56º58.79%60.98%-
HSV(B)122.56º54.67%83.92%-
XYZ31.3751.5920.88-
YUV166.2591.7478.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.49%
GREEN value IS 214 (83.98% from 255) = 51.82%
BLUE value IS 102 (40.23% from 255) = 24.70%
R=23.49%
G=51.82%
B=24.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal972141020.5500.520.16122.5658.7960.98
Hex61D66637034107b3b3d
Octal14132614667064201737375
Binary11000011101011011001101101110110100100001111011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,214,102); }

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

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

 a { background-color: rgb(97,214,102); }

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

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

 span { border-color: rgb(97,214,102); }

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