#72ED9B

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

Shades of Light Green #72ED9B

Tints of Light Green #72ED9B

Color information

#72ED9B (or 0x72ED9B) is unknown color: approx Light Green. HEX triplet: 72, ED and 9B. RGB value is (114,237,155). Sum of RGB (Red+Green+Blue) = 114+237+155=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #72ED9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72ED9B is #8D1264. Grayscale: #BFBFBF. Windows color (decimal): -9245285 or 10218866. OLE color: 10218866.

HSL color Cylindrical-coordinate representation of color #72ED9B: hue angle of 140º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72ED9B is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB114237155-
CMYK0.5200.350.07
HSL140º77.36%68.82%-
HSV(B)140º51.9%92.94%-
XYZ43.1466.5141.57-
YUV190.88107.7573.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.53%
GREEN value IS 237 (92.97% from 255) = 46.84%
BLUE value IS 155 (60.94% from 255) = 30.63%
R=22.53%
G=46.84%
B=30.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1142371550.5200.350.0714077.3668.82
Hex72ED9B3402378c4d45
Octal162355233640437214115105
Binary1110010111011011001101111010001000111111000110010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ED9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,237,155); }

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

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

 a { background-color: rgb(114,237,155); }

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

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

 span { border-color: rgb(114,237,155); }

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