Html Css Color HEX #60E770 Pastel Green

📋 copy color: '#60E770'

red 96 ◦ green 231 ◦ blue 112

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

Shades of Pastel Green #60E770

Tints of Pastel Green #60E770

RGB

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

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

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

R = 21.87%
G = 52.62%
B = 25.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#60E770 (or 0x60E770) is known color: Pastel Green. HEX triplet: 60, E7 and 70. RGB value is (96,231,112). Sum of RGB (Red+Green+Blue) = 96+231+112=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 231 (90.62% from 255 or 52.62% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 231 - color contains mainly: green. Hex color #60E770 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #60E770 is #9F188F. Grayscale: #B1B1B1. Windows color (decimal): -10426512 or 7399264. OLE color: 7399264.

HSL color Cylindrical-coordinate representation of color #60E770: hue angle of 127.11º 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 #60E770 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 96 231 112 -
CMYK 0.58 0 0.52 0.09
HSL 127.11º 0.74% 0.64% -
HSV(B) 127.11º 0.58% 0.91% -
XYZ 36.32 60.81 25.15 -
YUV 177.07 91.27 70.18 -
System Red Green Blue C M Y K H S L
Decimal 96 231 112 0.58 0 0.52 0.09 127.11 0.74 0.64
Hex 60 E7 70 3A 0 34 9 7F 4A 40
Octal 140 347 160 72 0 64 11 177 112 100
Binary 1100000 11100111 1110000 111010 0 110100 1001 1111111 1001010 1000000

Color Harmonies of #60E770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E770

Black with #60E770

Text Example


Text Example

White with #60E770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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