Html Css Color HEX #72CE7D Pastel Green

📋 copy color: '#72CE7D'

red 114 ◦ green 206 ◦ blue 125

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

Shades of Pastel Green #72CE7D

Tints of Pastel Green #72CE7D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.29%

 BLUE value IS 125 (49.22% from 255) = 28.09%

R = 25.62%
G = 46.29%
B = 28.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#72CE7D (or 0x72CE7D) is known color: Pastel Green. HEX triplet: 72, CE and 7D. RGB value is (114,206,125). Sum of RGB (Red+Green+Blue) = 114+206+125=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #72CE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CE7D is #8D3182. Grayscale: #A9A9A9. Windows color (decimal): -9253251 or 8244850. OLE color: 8244850.

HSL color Cylindrical-coordinate representation of color #72CE7D: hue angle of 127.17º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CE7D is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 206 125 -
CMYK 0.45 0 0.39 0.19
HSL 127.17º 0.48% 0.63% -
HSV(B) 127.17º 0.45% 0.81% -
XYZ 32.71 49.2 27.17 -
YUV 169.26 103.02 88.59 -
System Red Green Blue C M Y K H S L
Decimal 114 206 125 0.45 0 0.39 0.19 127.17 0.48 0.63
Hex 72 CE 7D 2D 0 27 13 7F 30 3F
Octal 162 316 175 55 0 47 23 177 60 77
Binary 1110010 11001110 1111101 101101 0 100111 10011 1111111 110000 111111

Color Harmonies of #72CE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CE7D

Black with #72CE7D

Text Example


Text Example

White with #72CE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,206,125); }

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

background-color css

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

 a { background-color: rgb(114,206,125); }

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

border-color css

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

 span { border-color: rgb(114,206,125); }

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