#60D96C

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

Shades of Pastel Green #60D96C

Tints of Pastel Green #60D96C

Color information

#60D96C (or 0x60D96C) is unknown color: approx Pastel Green. HEX triplet: 60, D9 and 6C. RGB value is (96,217,108). Sum of RGB (Red+Green+Blue) = 96+217+108=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 217 (85.16% from 255 or 51.54% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 217 - color contains mainly: green. Hex color #60D96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D96C is #9F2693. Grayscale: #A8A8A8. Windows color (decimal): -10430100 or 7133536. OLE color: 7133536.

HSL color Cylindrical-coordinate representation of color #60D96C: hue angle of 125.95º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60D96C is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB96217108-
CMYK0.5600.500.15
HSL125.95º61.42%61.37%-
HSV(B)125.95º55.76%85.1%-
XYZ32.3453.222.75-
YUV168.493.9176.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.80%
GREEN value IS 217 (85.16% from 255) = 51.54%
BLUE value IS 108 (42.58% from 255) = 25.65%
R=22.80%
G=51.54%
B=25.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal962171080.5600.500.15125.9561.4261.37
Hex60D96C38032F7e3d3d
Octal14033115470062171767575
Binary1100000110110011101100111000011001011111111110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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