#80F358

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

Shades of Screamin' Green #80F358

Tints of Screamin' Green #80F358

Color information

#80F358 (or 0x80F358) is unknown color: approx Screamin' Green. HEX triplet: 80, F3 and 58. RGB value is (128,243,88). Sum of RGB (Red+Green+Blue) = 128+243+88=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 243 (95.31% from 255 or 52.94% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 243 - color contains mainly: green. Hex color #80F358 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F358 is #7F0CA7. Grayscale: #BFBFBF. Windows color (decimal): -8326312 or 5829504. OLE color: 5829504.

HSL color Cylindrical-coordinate representation of color #80F358: hue angle of 104.52º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80F358 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB12824388-
CMYK0.4700.640.05
HSL104.52º86.59%64.9%-
HSV(B)104.52º63.79%95.29%-
XYZ42.7169.3920.38-
YUV190.9469.983.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.89%
GREEN value IS 243 (95.31% from 255) = 52.94%
BLUE value IS 88 (34.77% from 255) = 19.17%
R=27.89%
G=52.94%
B=19.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal128243880.4700.640.05104.5286.5964.9
Hex80F3582F0405695741
Octal2003631305701005151127101
Binary1000000011110011101100010111101000000101110100110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,243,88); }

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

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

 a { background-color: rgb(128,243,88); }

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

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

 span { border-color: rgb(128,243,88); }

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