#60D569

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

Shades of Pastel Green #60D569

Tints of Pastel Green #60D569

Color information

#60D569 (or 0x60D569) is unknown color: approx Pastel Green. HEX triplet: 60, D5 and 69. RGB value is (96,213,105). Sum of RGB (Red+Green+Blue) = 96+213+105=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #60D569 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D569 is #9F2A96. Grayscale: #A6A6A6. Windows color (decimal): -10431127 or 6935904. OLE color: 6935904.

HSL color Cylindrical-coordinate representation of color #60D569: hue angle of 124.62º degrees, saturation: 0.58, 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 #60D569 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB96213105-
CMYK0.5500.510.16
HSL124.62º58.21%60.59%-
HSV(B)124.62º54.93%83.53%-
XYZ31.1751.121.58-
YUV165.793.7478.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.19%
GREEN value IS 213 (83.59% from 255) = 51.45%
BLUE value IS 105 (41.41% from 255) = 25.36%
R=23.19%
G=51.45%
B=25.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal962131050.5500.510.16124.6258.2160.59
Hex60D56937033107d3a3d
Octal14032515167063201757275
Binary11000001101010111010011101110110011100001111101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,213,105); }

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

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

 a { background-color: rgb(96,213,105); }

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

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

 span { border-color: rgb(96,213,105); }

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