Html Css Color HEX #72DC5E Pastel Green

📋 copy color: '#72DC5E'

red 114 ◦ green 220 ◦ blue 94

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

Shades of Pastel Green #72DC5E

Tints of Pastel Green #72DC5E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.4%

 BLUE value IS 94 (37.11% from 255) = 21.96%

R = 26.64%
G = 51.4%
B = 21.96%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#72DC5E (or 0x72DC5E) is known color: Pastel Green. HEX triplet: 72, DC and 5E. RGB value is (114,220,94). Sum of RGB (Red+Green+Blue) = 114+220+94=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72DC5E is #8D23A1. Grayscale: #AEAEAE. Windows color (decimal): -9249698 or 6216818. OLE color: 6216818.

HSL color Cylindrical-coordinate representation of color #72DC5E: hue angle of 110.48º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72DC5E is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 220 94 -
CMYK 0.48 0 0.57 0.14
HSL 110.48º 0.64% 0.62% -
HSV(B) 110.48º 0.57% 0.86% -
XYZ 34.55 55.57 19.5 -
YUV 173.94 82.88 85.25 -
System Red Green Blue C M Y K H S L
Decimal 114 220 94 0.48 0 0.57 0.14 110.48 0.64 0.62
Hex 72 DC 5E 30 0 39 E 6E 40 3E
Octal 162 334 136 60 0 71 16 156 100 76
Binary 1110010 11011100 1011110 110000 0 111001 1110 1101110 1000000 111110

Color Harmonies of #72DC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DC5E

Black with #72DC5E

Text Example


Text Example

White with #72DC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,220,94); }

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

background-color css

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

 a { background-color: rgb(114,220,94); }

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

border-color css

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

 span { border-color: rgb(114,220,94); }

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