Html Css Color HEX #72D07D Pastel Green

📋 copy color: '#72D07D'

red 114 ◦ green 208 ◦ blue 125

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

Shades of Pastel Green #72D07D

Tints of Pastel Green #72D07D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.53%

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

R = 25.5%
G = 46.53%
B = 27.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#72D07D (or 0x72D07D) is known color: Pastel Green. HEX triplet: 72, D0 and 7D. RGB value is (114,208,125). Sum of RGB (Red+Green+Blue) = 114+208+125=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #72D07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D07D is #8D2F82. Grayscale: #AAAAAA. Windows color (decimal): -9252739 or 8245362. OLE color: 8245362.

HSL color Cylindrical-coordinate representation of color #72D07D: hue angle of 127.02º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72D07D is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 208 125 -
CMYK 0.45 0 0.40 0.18
HSL 127.02º 0.5% 0.63% -
HSV(B) 127.02º 0.45% 0.82% -
XYZ 33.2 50.17 27.34 -
YUV 170.43 102.36 87.75 -
System Red Green Blue C M Y K H S L
Decimal 114 208 125 0.45 0 0.40 0.18 127.02 0.5 0.63
Hex 72 D0 7D 2D 0 28 12 7F 32 3F
Octal 162 320 175 55 0 50 22 177 62 77
Binary 1110010 11010000 1111101 101101 0 101000 10010 1111111 110010 111111

Color Harmonies of #72D07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D07D

Black with #72D07D

Text Example


Text Example

White with #72D07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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