#61D66A

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

Shades of Pastel Green #61D66A

Tints of Pastel Green #61D66A

Color information

#61D66A (or 0x61D66A) is unknown color: approx Pastel Green. HEX triplet: 61, D6 and 6A. RGB value is (97,214,106). Sum of RGB (Red+Green+Blue) = 97+214+106=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #61D66A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D66A is #9E2995. Grayscale: #A7A7A7. Windows color (decimal): -10365334 or 7001697. OLE color: 7001697.

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

Color convert

RGB97214106-
CMYK0.5500.500.16
HSL124.62º58.79%60.98%-
HSV(B)124.62º54.67%83.92%-
XYZ31.5851.6821.95-
YUV166.793.7478.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.26%
GREEN value IS 214 (83.98% from 255) = 51.32%
BLUE value IS 106 (41.80% from 255) = 25.42%
R=23.26%
G=51.32%
B=25.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal972141060.5500.500.16124.6258.7960.98
Hex61D66A37032107d3b3d
Octal14132615267062201757375
Binary11000011101011011010101101110110010100001111101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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