#60DD61

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

Shades of Pastel Green #60DD61

Tints of Pastel Green #60DD61

Color information

#60DD61 (or 0x60DD61) is unknown color: approx Pastel Green. HEX triplet: 60, DD and 61. RGB value is (96,221,97). Sum of RGB (Red+Green+Blue) = 96+221+97=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #60DD61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DD61 is #9F229E. Grayscale: #A9A9A9. Windows color (decimal): -10429087 or 6413664. OLE color: 6413664.

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

Color convert

RGB9622197-
CMYK0.5700.560.13
HSL120.48º64.77%62.16%-
HSV(B)120.48º56.56%86.67%-
XYZ32.8455.0620.21-
YUV169.4987.0975.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.19%
GREEN value IS 221 (86.72% from 255) = 53.38%
BLUE value IS 97 (38.28% from 255) = 23.43%
R=23.19%
G=53.38%
B=23.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal96221970.5700.560.13120.4864.7762.16
Hex60DD6139038D78413e
Octal140335141710701517010176
Binary11000001101110111000011110010111000110111110001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60DD61; }

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

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

<style>
 a { background-color: #60DD61; }

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

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

<style>
 span { border-color: #60DD61; }

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

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