Html Css Color HEX #72DC8C Pastel Green

📋 copy color: '#72DC8C'

red 114 ◦ green 220 ◦ blue 140

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

Shades of Pastel Green #72DC8C

Tints of Pastel Green #72DC8C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.41%

 BLUE value IS 140 (55.08% from 255) = 29.54%

R = 24.05%
G = 46.41%
B = 29.54%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#72DC8C (or 0x72DC8C) is known color: Pastel Green. HEX triplet: 72, DC and 8C. RGB value is (114,220,140). Sum of RGB (Red+Green+Blue) = 114+220+140=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DC8C is #8D2373. Grayscale: #B3B3B3. Windows color (decimal): -9249652 or 9231474. OLE color: 9231474.

HSL color Cylindrical-coordinate representation of color #72DC8C: hue angle of 134.72º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DC8C is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 220 140 -
CMYK 0.48 0 0.36 0.14
HSL 134.72º 0.6% 0.65% -
HSV(B) 134.72º 0.48% 0.86% -
XYZ 37.27 56.66 33.78 -
YUV 179.19 105.88 81.5 -
System Red Green Blue C M Y K H S L
Decimal 114 220 140 0.48 0 0.36 0.14 134.72 0.6 0.65
Hex 72 DC 8C 30 0 24 E 87 3C 41
Octal 162 334 214 60 0 44 16 207 74 101
Binary 1110010 11011100 10001100 110000 0 100100 1110 10000111 111100 1000001

Color Harmonies of #72DC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DC8C

Black with #72DC8C

Text Example


Text Example

White with #72DC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,220,140); }

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

background-color css

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

 a { background-color: rgb(114,220,140); }

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

border-color css

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

 span { border-color: rgb(114,220,140); }

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