Html Css Color HEX #60D770 Pastel Green

📋 copy color: '#60D770'

red 96 ◦ green 215 ◦ blue 112

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

Shades of Pastel Green #60D770

Tints of Pastel Green #60D770

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.83%

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

R = 22.7%
G = 50.83%
B = 26.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#60D770 (or 0x60D770) is known color: Pastel Green. HEX triplet: 60, D7 and 70. RGB value is (96,215,112). Sum of RGB (Red+Green+Blue) = 96+215+112=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 215 (84.38% from 255 or 50.83% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 215 - color contains mainly: green. Hex color #60D770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D770 is #9F288F. Grayscale: #A7A7A7. Windows color (decimal): -10430608 or 7395168. OLE color: 7395168.

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

Color convert

RGB 96 215 112 -
CMYK 0.55 0 0.48 0.16
HSL 128.07º 0.6% 0.61% -
HSV(B) 128.07º 0.55% 0.84% -
XYZ 32.05 52.26 23.73 -
YUV 167.68 96.58 76.88 -
System Red Green Blue C M Y K H S L
Decimal 96 215 112 0.55 0 0.48 0.16 128.07 0.6 0.61
Hex 60 D7 70 37 0 30 10 80 3C 3D
Octal 140 327 160 67 0 60 20 200 74 75
Binary 1100000 11010111 1110000 110111 0 110000 10000 10000000 111100 111101

Color Harmonies of #60D770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D770

Black with #60D770

Text Example


Text Example

White with #60D770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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