#61DD75

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

Shades of Pastel Green #61DD75

Tints of Pastel Green #61DD75

Color information

#61DD75 (or 0x61DD75) is unknown color: approx Pastel Green. HEX triplet: 61, DD and 75. RGB value is (97,221,117). Sum of RGB (Red+Green+Blue) = 97+221+117=435 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.30% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DD75 is #9E228A. Grayscale: #ACACAC. Windows color (decimal): -10363531 or 7724385. OLE color: 7724385.

HSL color Cylindrical-coordinate representation of color #61DD75: hue angle of 129.68º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DD75 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB97221117-
CMYK0.5600.470.13
HSL129.68º64.58%62.35%-
HSV(B)129.68º56.11%86.67%-
XYZ3455.5425.76-
YUV172.0796.9274.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.30%
GREEN value IS 221 (86.72% from 255) = 50.80%
BLUE value IS 117 (46.09% from 255) = 26.90%
R=22.30%
G=50.80%
B=26.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972211170.5600.470.13129.6864.5862.35
Hex61DD753802FD82413e
Octal141335165700571520210176
Binary110000111011101111010111100001011111101100000101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,221,117); }

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

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

 a { background-color: rgb(97,221,117); }

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

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

 span { border-color: rgb(97,221,117); }

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