#72FF8A

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

Shades of Light Green #72FF8A

Tints of Light Green #72FF8A

Color information

#72FF8A (or 0x72FF8A) is unknown color: approx Light Green. HEX triplet: 72, FF and 8A. RGB value is (114,255,138). Sum of RGB (Red+Green+Blue) = 114+255+138=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #72FF8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FF8A is #8D0075. Grayscale: #C7C7C7. Windows color (decimal): -9240694 or 9109362. OLE color: 9109362.

HSL color Cylindrical-coordinate representation of color #72FF8A: hue angle of 130.21º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72FF8A is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB114255138-
CMYK0.5500.460
HSL130.21º100%72.35%-
HSV(B)130.21º55.29%100%-
XYZ47.2976.9336.4-
YUV199.593.2967.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.49%
GREEN value IS 255 (100% from 255) = 50.30%
BLUE value IS 138 (54.30% from 255) = 27.22%
R=22.49%
G=50.30%
B=27.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1142551380.5500.460130.2110072.35
Hex72FF8A3702E0826448
Octal162377212670560202144110
Binary11100101111111110001010110111010111001000001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,255,138); }

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

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

 a { background-color: rgb(114,255,138); }

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

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

 span { border-color: rgb(114,255,138); }

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