Html Css Color HEX #80F14B Screamin' Green

📋 copy color: '#80F14B'

red 128 ◦ green 241 ◦ blue 75

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

Shades of Screamin' Green #80F14B

Tints of Screamin' Green #80F14B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 54.28%

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

R = 28.83%
G = 54.28%
B = 16.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#80F14B (or 0x80F14B) is known color: Screamin' Green. HEX triplet: 80, F1 and 4B. RGB value is (128,241,75). Sum of RGB (Red+Green+Blue) = 128+241+75=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 241 (94.53% from 255 or 54.28% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 241 - color contains mainly: green. Hex color #80F14B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F14B is #7F0EB4. Grayscale: #BCBCBC. Windows color (decimal): -8326837 or 4977024. OLE color: 4977024.

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

Color convert

RGB 128 241 75 -
CMYK 0.47 0 0.69 0.05
HSL 100.84º 0.86% 0.62% -
HSV(B) 100.84º 0.69% 0.95% -
XYZ 41.63 68.01 17.59 -
YUV 188.29 64.06 85 -
System Red Green Blue C M Y K H S L
Decimal 128 241 75 0.47 0 0.69 0.05 100.84 0.86 0.62
Hex 80 F1 4B 2F 0 45 5 65 56 3E
Octal 200 361 113 57 0 105 5 145 126 76
Binary 10000000 11110001 1001011 101111 0 1000101 101 1100101 1010110 111110

Color Harmonies of #80F14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F14B

Black with #80F14B

Text Example


Text Example

White with #80F14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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