Html Css Color HEX #80FA66 Screamin' Green

📋 copy color: '#80FA66'

red 128 ◦ green 250 ◦ blue 102

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

Shades of Screamin' Green #80FA66

Tints of Screamin' Green #80FA66

RGB

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

 GREEN value IS 250 (98.05% from 255) = 52.08%

 BLUE value IS 102 (40.23% from 255) = 21.25%

R = 26.67%
G = 52.08%
B = 21.25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#80FA66 (or 0x80FA66) is known color: Screamin' Green. HEX triplet: 80, FA and 66. RGB value is (128,250,102). Sum of RGB (Red+Green+Blue) = 128+250+102=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 250 (98.05% from 255 or 52.08% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FA66 is #7F0599. Grayscale: #C5C5C5. Windows color (decimal): -8324506 or 6748800. OLE color: 6748800.

HSL color Cylindrical-coordinate representation of color #80FA66: hue angle of 109.46º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80FA66 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 250 102 -
CMYK 0.49 0 0.59 0.02
HSL 109.46º 0.94% 0.69% -
HSV(B) 109.46º 0.59% 0.98% -
XYZ 45.49 73.92 24.44 -
YUV 196.65 74.58 79.03 -
System Red Green Blue C M Y K H S L
Decimal 128 250 102 0.49 0 0.59 0.02 109.46 0.94 0.69
Hex 80 FA 66 31 0 3B 2 6D 5E 45
Octal 200 372 146 61 0 73 2 155 136 105
Binary 10000000 11111010 1100110 110001 0 111011 10 1101101 1011110 1000101

Color Harmonies of #80FA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FA66

Black with #80FA66

Text Example


Text Example

White with #80FA66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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