#72DC90

Color #72DC90 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #72DC90

Tints of Pastel Green #72DC90

Color information

#72DC90 (or 0x72DC90) is unknown color: approx Pastel Green. HEX triplet: 72, DC and 90. RGB value is (114,220,144). Sum of RGB (Red+Green+Blue) = 114+220+144=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DC90 is #8D236F. Grayscale: #B3B3B3. Windows color (decimal): -9249648 or 9493618. OLE color: 9493618.

HSL color Cylindrical-coordinate representation of color #72DC90: hue angle of 136.98º 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 #72DC90 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB114220144-
CMYK0.4800.350.14
HSL136.98º60.23%65.49%-
HSV(B)136.98º48.18%86.27%-
XYZ37.5756.7835.36-
YUV179.64107.8881.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.85%
GREEN value IS 220 (86.33% from 255) = 46.03%
BLUE value IS 144 (56.64% from 255) = 30.13%
R=23.85%
G=46.03%
B=30.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1142201440.4800.350.14136.9860.2365.49
Hex72DC9030023E893c41
Octal162334220600431621174101
Binary1110010110111001001000011000001000111110100010011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72DC90;
 }
 .AnyTagClassName
 {
   color: #72DC90;
 }
</style>
background-color css

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

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

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

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

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

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