#60DD6C

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

Shades of Pastel Green #60DD6C

Tints of Pastel Green #60DD6C

Color information

#60DD6C (or 0x60DD6C) is unknown color: approx Pastel Green. HEX triplet: 60, DD and 6C. RGB value is (96,221,108). Sum of RGB (Red+Green+Blue) = 96+221+108=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #60DD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DD6C is #9F2293. Grayscale: #ABABAB. Windows color (decimal): -10429076 or 7134560. OLE color: 7134560.

HSL color Cylindrical-coordinate representation of color #60DD6C: hue angle of 125.76º 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 #60DD6C is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB96221108-
CMYK0.5700.510.13
HSL125.76º64.77%62.16%-
HSV(B)125.76º56.56%86.67%-
XYZ33.3955.2823.1-
YUV170.7492.5974.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.59%
GREEN value IS 221 (86.72% from 255) = 52%
BLUE value IS 108 (42.58% from 255) = 25.41%
R=22.59%
G=52%
B=25.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal962211080.5700.510.13125.7664.7762.16
Hex60DD6C39033D7e413e
Octal140335154710631517610176
Binary11000001101110111011001110010110011110111111101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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