Html Css Color HEX #72D07C Pastel Green

📋 copy color: '#72D07C'

red 114 ◦ green 208 ◦ blue 124

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

Shades of Pastel Green #72D07C

Tints of Pastel Green #72D07C

RGB

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

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

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

R = 25.56%
G = 46.64%
B = 27.8%

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

#72D07C (or 0x72D07C) is known color: Pastel Green. HEX triplet: 72, D0 and 7C. RGB value is (114,208,124). Sum of RGB (Red+Green+Blue) = 114+208+124=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #72D07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D07C is #8D2F83. Grayscale: #AAAAAA. Windows color (decimal): -9252740 or 8179826. OLE color: 8179826.

HSL color Cylindrical-coordinate representation of color #72D07C: hue angle of 126.38º 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 #72D07C is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 208 124 -
CMYK 0.45 0 0.40 0.18
HSL 126.38º 0.5% 0.63% -
HSV(B) 126.38º 0.45% 0.82% -
XYZ 33.13 50.14 27 -
YUV 170.32 101.86 87.83 -
System Red Green Blue C M Y K H S L
Decimal 114 208 124 0.45 0 0.40 0.18 126.38 0.5 0.63
Hex 72 D0 7C 2D 0 28 12 7E 32 3F
Octal 162 320 174 55 0 50 22 176 62 77
Binary 1110010 11010000 1111100 101101 0 101000 10010 1111110 110010 111111

Color Harmonies of #72D07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D07C

Black with #72D07C

Text Example


Text Example

White with #72D07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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