Html Css Color HEX #60DC5F Pastel Green

📋 copy color: '#60DC5F'

red 96 ◦ green 220 ◦ blue 95

#60DC5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #60DC5F

Tints of Pastel Green #60DC5F

RGB

 RED value IS 96 (37.89% from 255) = 23.36%

 GREEN value IS 220 (86.33% from 255) = 53.53%

 BLUE value IS 95 (37.5% from 255) = 23.11%

R = 23.36%
G = 53.53%
B = 23.11%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#60DC5F (or 0x60DC5F) is known color: Pastel Green. HEX triplet: 60, DC and 5F. RGB value is (96,220,95). Sum of RGB (Red+Green+Blue) = 96+220+95=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 220 (86.33% from 255 or 53.53% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 220 - color contains mainly: green. Hex color #60DC5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DC5F is #9F23A0. Grayscale: #A9A9A9. Windows color (decimal): -10429345 or 6282336. OLE color: 6282336.

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

Color convert

RGB 96 220 95 -
CMYK 0.56 0 0.57 0.14
HSL 119.52º 0.64% 0.62% -
HSV(B) 119.52º 0.57% 0.86% -
XYZ 32.48 54.5 19.63 -
YUV 168.67 86.42 76.16 -
System Red Green Blue C M Y K H S L
Decimal 96 220 95 0.56 0 0.57 0.14 119.52 0.64 0.62
Hex 60 DC 5F 38 0 39 E 78 40 3E
Octal 140 334 137 70 0 71 16 170 100 76
Binary 1100000 11011100 1011111 111000 0 111001 1110 1111000 1000000 111110

Color Harmonies of #60DC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DC5F

Black with #60DC5F

Text Example


Text Example

White with #60DC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60DC5F;
 }
 .AnyTagClassName
 {
   color: #60DC5F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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