Html Css Color HEX #80F355 Screamin' Green

📋 copy color: '#80F355'

red 128 ◦ green 243 ◦ blue 85

#80F355
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Screamin' Green #80F355

Tints of Screamin' Green #80F355

RGB

 RED value IS 128 (50.39% from 255) = 28.07%

 GREEN value IS 243 (95.31% from 255) = 53.29%

 BLUE value IS 85 (33.59% from 255) = 18.64%

R = 28.07%
G = 53.29%
B = 18.64%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#80F355 (or 0x80F355) is known color: Screamin' Green. HEX triplet: 80, F3 and 55. RGB value is (128,243,85). Sum of RGB (Red+Green+Blue) = 128+243+85=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 243 (95.31% from 255 or 53.29% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 243 - color contains mainly: green. Hex color #80F355 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F355 is #7F0CAA. Grayscale: #BFBFBF. Windows color (decimal): -8326315 or 5632896. OLE color: 5632896.

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

Color convert

RGB 128 243 85 -
CMYK 0.47 0 0.65 0.05
HSL 103.67º 0.87% 0.64% -
HSV(B) 103.67º 0.65% 0.95% -
XYZ 42.59 69.35 19.73 -
YUV 190.6 68.4 83.35 -
System Red Green Blue C M Y K H S L
Decimal 128 243 85 0.47 0 0.65 0.05 103.67 0.87 0.64
Hex 80 F3 55 2F 0 41 5 68 57 40
Octal 200 363 125 57 0 101 5 150 127 100
Binary 10000000 11110011 1010101 101111 0 1000001 101 1101000 1010111 1000000

Color Harmonies of #80F355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F355

Black with #80F355

Text Example


Text Example

White with #80F355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80F355;
 }
 .AnyTagClassName
 {
   color: #80F355;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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