Html Css Color HEX #60ED80 Pastel Green

📋 copy color: '#60ED80'

red 96 ◦ green 237 ◦ blue 128

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

Shades of Pastel Green #60ED80

Tints of Pastel Green #60ED80

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.41%

 BLUE value IS 128 (50.39% from 255) = 27.77%

R = 20.82%
G = 51.41%
B = 27.77%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#60ED80 (or 0x60ED80) is known color: Pastel Green. HEX triplet: 60, ED and 80. RGB value is (96,237,128). Sum of RGB (Red+Green+Blue) = 96+237+128=461 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.82% from 461); Green value is 237 (92.97% from 255 or 51.41% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 237 - color contains mainly: green. Hex color #60ED80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60ED80 is #9F127F. Grayscale: #B6B6B6. Windows color (decimal): -10424960 or 8449376. OLE color: 8449376.

HSL color Cylindrical-coordinate representation of color #60ED80: hue angle of 133.62º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60ED80 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 237 128 -
CMYK 0.59 0 0.46 0.07
HSL 133.62º 0.8% 0.65% -
HSV(B) 133.62º 0.59% 0.93% -
XYZ 39 64.61 30.84 -
YUV 182.42 97.29 66.36 -
System Red Green Blue C M Y K H S L
Decimal 96 237 128 0.59 0 0.46 0.07 133.62 0.8 0.65
Hex 60 ED 80 3B 0 2E 7 86 50 41
Octal 140 355 200 73 0 56 7 206 120 101
Binary 1100000 11101101 10000000 111011 0 101110 111 10000110 1010000 1000001

Color Harmonies of #60ED80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ED80

Black with #60ED80

Text Example


Text Example

White with #60ED80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,237,128); }

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

background-color css

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

 a { background-color: rgb(96,237,128); }

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

border-color css

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

 span { border-color: rgb(96,237,128); }

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