Html Css Color HEX #60D970 Pastel Green

📋 copy color: '#60D970'

red 96 ◦ green 217 ◦ blue 112

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

Shades of Pastel Green #60D970

Tints of Pastel Green #60D970

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.06%

 BLUE value IS 112 (44.14% from 255) = 26.35%

R = 22.59%
G = 51.06%
B = 26.35%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#60D970 (or 0x60D970) is known color: Pastel Green. HEX triplet: 60, D9 and 70. RGB value is (96,217,112). Sum of RGB (Red+Green+Blue) = 96+217+112=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 217 (85.16% from 255 or 51.06% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 217 - color contains mainly: green. Hex color #60D970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D970 is #9F268F. Grayscale: #A9A9A9. Windows color (decimal): -10430096 or 7395680. OLE color: 7395680.

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

Color convert

RGB 96 217 112 -
CMYK 0.56 0 0.48 0.15
HSL 127.93º 0.61% 0.61% -
HSV(B) 127.93º 0.56% 0.85% -
XYZ 32.56 53.28 23.9 -
YUV 168.85 95.91 76.04 -
System Red Green Blue C M Y K H S L
Decimal 96 217 112 0.56 0 0.48 0.15 127.93 0.61 0.61
Hex 60 D9 70 38 0 30 F 80 3D 3D
Octal 140 331 160 70 0 60 17 200 75 75
Binary 1100000 11011001 1110000 111000 0 110000 1111 10000000 111101 111101

Color Harmonies of #60D970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D970

Black with #60D970

Text Example


Text Example

White with #60D970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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