Html Css Color HEX #60E772 Pastel Green

📋 copy color: '#60E772'

red 96 ◦ green 231 ◦ blue 114

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

Shades of Pastel Green #60E772

Tints of Pastel Green #60E772

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.38%

 BLUE value IS 114 (44.92% from 255) = 25.85%

R = 21.77%
G = 52.38%
B = 25.85%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#60E772 (or 0x60E772) is known color: Pastel Green. HEX triplet: 60, E7 and 72. RGB value is (96,231,114). Sum of RGB (Red+Green+Blue) = 96+231+114=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 231 (90.62% from 255 or 52.38% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 231 - color contains mainly: green. Hex color #60E772 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #60E772 is #9F188D. Grayscale: #B1B1B1. Windows color (decimal): -10426510 or 7530336. OLE color: 7530336.

HSL color Cylindrical-coordinate representation of color #60E772: hue angle of 128º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E772 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 96 231 114 -
CMYK 0.58 0 0.51 0.09
HSL 128º 0.74% 0.64% -
HSV(B) 128º 0.58% 0.91% -
XYZ 36.44 60.85 25.75 -
YUV 177.3 92.27 70.01 -
System Red Green Blue C M Y K H S L
Decimal 96 231 114 0.58 0 0.51 0.09 128 0.74 0.64
Hex 60 E7 72 3A 0 33 9 80 4A 40
Octal 140 347 162 72 0 63 11 200 112 100
Binary 1100000 11100111 1110010 111010 0 110011 1001 10000000 1001010 1000000

Color Harmonies of #60E772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E772

Black with #60E772

Text Example


Text Example

White with #60E772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,231,114); }

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

background-color css

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

 a { background-color: rgb(96,231,114); }

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

border-color css

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

 span { border-color: rgb(96,231,114); }

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