#61D66C

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

Shades of Pastel Green #61D66C

Tints of Pastel Green #61D66C

Color information

#61D66C (or 0x61D66C) is unknown color: approx Pastel Green. HEX triplet: 61, D6 and 6C. RGB value is (97,214,108). Sum of RGB (Red+Green+Blue) = 97+214+108=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #61D66C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D66C is #9E2993. Grayscale: #A7A7A7. Windows color (decimal): -10365332 or 7132769. OLE color: 7132769.

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

Color convert

RGB97214108-
CMYK0.5500.500.16
HSL125.64º58.79%60.98%-
HSV(B)125.64º54.67%83.92%-
XYZ31.6851.7222.5-
YUV166.9394.7478.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.15%
GREEN value IS 214 (83.98% from 255) = 51.07%
BLUE value IS 108 (42.58% from 255) = 25.78%
R=23.15%
G=51.07%
B=25.78%

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
Decimal972141080.5500.500.16125.6458.7960.98
Hex61D66C37032107e3b3d
Octal14132615467062201767375
Binary11000011101011011011001101110110010100001111110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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