#61D66F

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

Shades of Pastel Green #61D66F

Tints of Pastel Green #61D66F

Color information

#61D66F (or 0x61D66F) is unknown color: approx Pastel Green. HEX triplet: 61, D6 and 6F. RGB value is (97,214,111). Sum of RGB (Red+Green+Blue) = 97+214+111=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #61D66F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D66F is #9E2990. Grayscale: #A7A7A7. Windows color (decimal): -10365329 or 7329377. OLE color: 7329377.

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

Color convert

RGB97214111-
CMYK0.5500.480.16
HSL127.18º58.79%60.98%-
HSV(B)127.18º54.67%83.92%-
XYZ31.8551.7823.36-
YUV167.2796.2477.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.99%
GREEN value IS 214 (83.98% from 255) = 50.71%
BLUE value IS 111 (43.75% from 255) = 26.30%
R=22.99%
G=50.71%
B=26.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal972141110.5500.480.16127.1858.7960.98
Hex61D66F37030107f3b3d
Octal14132615767060201777375
Binary11000011101011011011111101110110000100001111111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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