#60DC6B

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

Shades of Pastel Green #60DC6B

Tints of Pastel Green #60DC6B

Color information

#60DC6B (or 0x60DC6B) is unknown color: approx Pastel Green. HEX triplet: 60, DC and 6B. RGB value is (96,220,107). Sum of RGB (Red+Green+Blue) = 96+220+107=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #60DC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DC6B is #9F2394. Grayscale: #AAAAAA. Windows color (decimal): -10429333 or 7068768. OLE color: 7068768.

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

Color convert

RGB96220107-
CMYK0.5600.510.14
HSL125.32º63.92%61.96%-
HSV(B)125.32º56.36%86.27%-
XYZ33.0754.7322.73-
YUV170.0492.4275.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.70%
GREEN value IS 220 (86.33% from 255) = 52.01%
BLUE value IS 107 (42.19% from 255) = 25.30%
R=22.70%
G=52.01%
B=25.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal962201070.5600.510.14125.3263.9261.96
Hex60DC6B38033E7d403e
Octal140334153700631617510076
Binary11000001101110011010111110000110011111011111011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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