Html Css Color HEX #72D67C Pastel Green

📋 copy color: '#72D67C'

red 114 ◦ green 214 ◦ blue 124

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

Shades of Pastel Green #72D67C

Tints of Pastel Green #72D67C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.35%

 BLUE value IS 124 (48.83% from 255) = 27.43%

R = 25.22%
G = 47.35%
B = 27.43%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#72D67C (or 0x72D67C) is known color: Pastel Green. HEX triplet: 72, D6 and 7C. RGB value is (114,214,124). Sum of RGB (Red+Green+Blue) = 114+214+124=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #72D67C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D67C is #8D2983. Grayscale: #AEAEAE. Windows color (decimal): -9251204 or 8181362. OLE color: 8181362.

HSL color Cylindrical-coordinate representation of color #72D67C: hue angle of 126º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72D67C is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 214 124 -
CMYK 0.47 0 0.42 0.16
HSL 126º 0.55% 0.64% -
HSV(B) 126º 0.47% 0.84% -
XYZ 34.62 53.13 27.5 -
YUV 173.84 99.87 85.32 -
System Red Green Blue C M Y K H S L
Decimal 114 214 124 0.47 0 0.42 0.16 126 0.55 0.64
Hex 72 D6 7C 2F 0 2A 10 7E 37 40
Octal 162 326 174 57 0 52 20 176 67 100
Binary 1110010 11010110 1111100 101111 0 101010 10000 1111110 110111 1000000

Color Harmonies of #72D67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D67C

Black with #72D67C

Text Example


Text Example

White with #72D67C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,214,124); }

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

background-color css

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

 a { background-color: rgb(114,214,124); }

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

border-color css

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

 span { border-color: rgb(114,214,124); }

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