Html Css Color HEX #72C978 Pastel Green

📋 copy color: '#72C978'

red 114 ◦ green 201 ◦ blue 120

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

Shades of Pastel Green #72C978

Tints of Pastel Green #72C978

RGB

 RED value IS 114 (44.92% from 255) = 26.21%

 GREEN value IS 201 (78.91% from 255) = 46.21%

 BLUE value IS 120 (47.27% from 255) = 27.59%

R = 26.21%
G = 46.21%
B = 27.59%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#72C978 (or 0x72C978) is known color: Pastel Green. HEX triplet: 72, C9 and 78. RGB value is (114,201,120). Sum of RGB (Red+Green+Blue) = 114+201+120=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 201 - color contains mainly: green. Hex color #72C978 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C978 is #8D3687. Grayscale: #A5A5A5. Windows color (decimal): -9254536 or 7915890. OLE color: 7915890.

HSL color Cylindrical-coordinate representation of color #72C978: hue angle of 124.14º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72C978 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 201 120 -
CMYK 0.43 0 0.40 0.21
HSL 124.14º 0.45% 0.62% -
HSV(B) 124.14º 0.43% 0.79% -
XYZ 31.22 46.71 25.14 -
YUV 165.75 102.18 91.09 -
System Red Green Blue C M Y K H S L
Decimal 114 201 120 0.43 0 0.40 0.21 124.14 0.45 0.62
Hex 72 C9 78 2B 0 28 15 7C 2D 3E
Octal 162 311 170 53 0 50 25 174 55 76
Binary 1110010 11001001 1111000 101011 0 101000 10101 1111100 101101 111110

Color Harmonies of #72C978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C978

Black with #72C978

Text Example


Text Example

White with #72C978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72C978; }

 p { color: rgb(114,201,120); }

 H1.HeaderClassName
 {
   color: #72C978;
 }
 .AnyTagClassName
 {
   color: #72C978;
 }
</style>

background-color css

<style>
 a { background-color: #72C978; }

 a { background-color: rgb(114,201,120); }

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

border-color css

<style>
 span { border-color: #72C978; }

 span { border-color: rgb(114,201,120); }

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