Html Css Color HEX #72D073 Pastel Green

📋 copy color: '#72D073'

red 114 ◦ green 208 ◦ blue 115

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

Shades of Pastel Green #72D073

Tints of Pastel Green #72D073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.32%

R = 26.09%
G = 47.6%
B = 26.32%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#72D073 (or 0x72D073) is known color: Pastel Green. HEX triplet: 72, D0 and 73. RGB value is (114,208,115). Sum of RGB (Red+Green+Blue) = 114+208+115=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #72D073 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D073 is #8D2F8C. Grayscale: #A9A9A9. Windows color (decimal): -9252749 or 7590002. OLE color: 7590002.

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

Color convert

RGB 114 208 115 -
CMYK 0.45 0 0.45 0.18
HSL 120.64º 0.5% 0.63% -
HSV(B) 120.64º 0.45% 0.82% -
XYZ 32.59 49.93 24.14 -
YUV 169.29 97.36 88.56 -
System Red Green Blue C M Y K H S L
Decimal 114 208 115 0.45 0 0.45 0.18 120.64 0.5 0.63
Hex 72 D0 73 2D 0 2D 12 79 32 3F
Octal 162 320 163 55 0 55 22 171 62 77
Binary 1110010 11010000 1110011 101101 0 101101 10010 1111001 110010 111111

Color Harmonies of #72D073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D073

Black with #72D073

Text Example


Text Example

White with #72D073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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