Html Css Color HEX #80FA4B Screamin' Green

📋 copy color: '#80FA4B'

red 128 ◦ green 250 ◦ blue 75

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

Shades of Screamin' Green #80FA4B

Tints of Screamin' Green #80FA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.56%

R = 28.26%
G = 55.19%
B = 16.56%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#80FA4B (or 0x80FA4B) is known color: Screamin' Green. HEX triplet: 80, FA and 4B. RGB value is (128,250,75). Sum of RGB (Red+Green+Blue) = 128+250+75=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 250 (98.05% from 255 or 55.19% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FA4B is #7F05B4. Grayscale: #C2C2C2. Windows color (decimal): -8324533 or 4979328. OLE color: 4979328.

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

Color convert

RGB 128 250 75 -
CMYK 0.49 0 0.7 0.02
HSL 101.83º 0.95% 0.64% -
HSV(B) 101.83º 0.7% 0.98% -
XYZ 44.36 73.47 18.5 -
YUV 193.57 61.08 81.23 -
System Red Green Blue C M Y K H S L
Decimal 128 250 75 0.49 0 0.7 0.02 101.83 0.95 0.64
Hex 80 FA 4B 31 0 46 2 66 5F 40
Octal 200 372 113 61 0 106 2 146 137 100
Binary 10000000 11111010 1001011 110001 0 1000110 10 1100110 1011111 1000000

Color Harmonies of #80FA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FA4B

Black with #80FA4B

Text Example


Text Example

White with #80FA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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