#80F972

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

Shades of Screamin' Green #80F972

Tints of Screamin' Green #80F972

Color information

#80F972 (or 0x80F972) is unknown color: approx Screamin' Green. HEX triplet: 80, F9 and 72. RGB value is (128,249,114). Sum of RGB (Red+Green+Blue) = 128+249+114=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 249 (97.66% from 255 or 50.71% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 249 - color contains mainly: green. Hex color #80F972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F972 is #7F068D. Grayscale: #C5C5C5. Windows color (decimal): -8324750 or 7534976. OLE color: 7534976.

HSL color Cylindrical-coordinate representation of color #80F972: hue angle of 113.78º degrees, saturation: 0.92, 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 #80F972 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB128249114-
CMYK0.4900.540.02
HSL113.78º91.84%71.18%-
HSV(B)113.78º54.22%97.65%-
XYZ45.8273.5627.7-
YUV197.4380.9178.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.07%
GREEN value IS 249 (97.66% from 255) = 50.71%
BLUE value IS 114 (44.92% from 255) = 23.22%
R=26.07%
G=50.71%
B=23.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282491140.4900.540.02113.7891.8471.18
Hex80F972310362725c47
Octal200371162610662162134107
Binary10000000111110011110010110001011011010111001010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80F972; }

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

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

<style>
 a { background-color: #80F972; }

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

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

<style>
 span { border-color: #80F972; }

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

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