#60dc62

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

Shades of Pastel Green #60DC62

Tints of Pastel Green #60DC62

Color information

#60DC62 (or 0x60DC62) is unknown color: approx Pastel Green. HEX triplet: 60, DC and 62. RGB value is (96,220,98). Sum of RGB (Red+Green+Blue) = 96+220+98=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #60DC62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DC62 is #9F239D. Grayscale: #A9A9A9. Windows color (decimal): -10429342 or 6478944. OLE color: 6478944.

HSL color Cylindrical-coordinate representation of color #60DC62: hue angle of 120.97º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DC62 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB9622098-
CMYK0.5600.550.14
HSL120.97º63.92%61.96%-
HSV(B)120.97º56.36%86.27%-
XYZ32.6254.5620.37-
YUV169.0287.9275.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.19%
GREEN value IS 220 (86.33% from 255) = 53.14%
BLUE value IS 98 (38.67% from 255) = 23.67%
R=23.19%
G=53.14%
B=23.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal96220980.5600.550.14120.9763.9261.96
Hex60DC6238037E79403e
Octal140334142700671617110076
Binary11000001101110011000101110000110111111011110011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60dc62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,220,98); }

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

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

 a { background-color: rgb(96,220,98); }

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

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

 span { border-color: rgb(96,220,98); }

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