Html Css Color HEX #72C874 Pastel Green

📋 copy color: '#72C874'

red 114 ◦ green 200 ◦ blue 116

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

Shades of Pastel Green #72C874

Tints of Pastel Green #72C874

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.51%

 BLUE value IS 116 (45.7% from 255) = 26.98%

R = 26.51%
G = 46.51%
B = 26.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#72C874 (or 0x72C874) is known color: Pastel Green. HEX triplet: 72, C8 and 74. RGB value is (114,200,116). Sum of RGB (Red+Green+Blue) = 114+200+116=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 200 - color contains mainly: green. Hex color #72C874 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C874 is #8D378B. Grayscale: #A4A4A4. Windows color (decimal): -9254796 or 7653490. OLE color: 7653490.

HSL color Cylindrical-coordinate representation of color #72C874: hue angle of 121.4º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72C874 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 114 200 116 -
CMYK 0.43 0 0.42 0.22
HSL 121.4º 0.44% 0.62% -
HSV(B) 121.4º 0.43% 0.78% -
XYZ 30.75 46.15 23.81 -
YUV 164.71 100.51 91.83 -
System Red Green Blue C M Y K H S L
Decimal 114 200 116 0.43 0 0.42 0.22 121.4 0.44 0.62
Hex 72 C8 74 2B 0 2A 16 79 2C 3E
Octal 162 310 164 53 0 52 26 171 54 76
Binary 1110010 11001000 1110100 101011 0 101010 10110 1111001 101100 111110

Color Harmonies of #72C874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C874

Black with #72C874

Text Example


Text Example

White with #72C874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,200,116); }

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

background-color css

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

 a { background-color: rgb(114,200,116); }

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

border-color css

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

 span { border-color: rgb(114,200,116); }

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