#72FA80

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

Shades of Screamin' Green #72FA80

Tints of Screamin' Green #72FA80

Color information

#72FA80 (or 0x72FA80) is unknown color: approx Screamin' Green. HEX triplet: 72, FA and 80. RGB value is (114,250,128). Sum of RGB (Red+Green+Blue) = 114+250+128=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #72FA80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72FA80 is #8D057F. Grayscale: #C3C3C3. Windows color (decimal): -9241984 or 8452722. OLE color: 8452722.

HSL color Cylindrical-coordinate representation of color #72FA80: hue angle of 126.18º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72FA80 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB114250128-
CMYK0.5400.490.02
HSL126.18º93.15%71.37%-
HSV(B)126.18º54.4%98.04%-
XYZ45.0273.5132.24-
YUV195.4389.9469.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.17%
GREEN value IS 250 (98.05% from 255) = 50.81%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=23.17%
G=50.81%
B=26.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1142501280.5400.490.02126.1893.1571.37
Hex72FA803603127e5d47
Octal162372200660612176135107
Binary11100101111101010000000110110011000110111111010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72FA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,250,128); }

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

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

 a { background-color: rgb(114,250,128); }

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

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

 span { border-color: rgb(114,250,128); }

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