Html Css Color HEX #72D184 Pastel Green

📋 copy color: '#72D184'

red 114 ◦ green 209 ◦ blue 132

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

Shades of Pastel Green #72D184

Tints of Pastel Green #72D184

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.93%

 BLUE value IS 132 (51.95% from 255) = 29.01%

R = 25.05%
G = 45.93%
B = 29.01%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#72D184 (or 0x72D184) is known color: Pastel Green. HEX triplet: 72, D1 and 84. RGB value is (114,209,132). Sum of RGB (Red+Green+Blue) = 114+209+132=455 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.05% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 209 - color contains mainly: green. Hex color #72D184 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D184 is #8D2E7B. Grayscale: #ACACAC. Windows color (decimal): -9252476 or 8704370. OLE color: 8704370.

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

Color convert

RGB 114 209 132 -
CMYK 0.45 0 0.37 0.18
HSL 131.37º 0.51% 0.63% -
HSV(B) 131.37º 0.45% 0.82% -
XYZ 33.9 50.84 29.86 -
YUV 171.82 105.53 86.76 -
System Red Green Blue C M Y K H S L
Decimal 114 209 132 0.45 0 0.37 0.18 131.37 0.51 0.63
Hex 72 D1 84 2D 0 25 12 83 33 3F
Octal 162 321 204 55 0 45 22 203 63 77
Binary 1110010 11010001 10000100 101101 0 100101 10010 10000011 110011 111111

Color Harmonies of #72D184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D184

Black with #72D184

Text Example


Text Example

White with #72D184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,209,132); }

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

background-color css

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

 a { background-color: rgb(114,209,132); }

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

border-color css

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

 span { border-color: rgb(114,209,132); }

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