Html Css Color HEX #80F740 Green Yellow

📋 copy color: '#80F740'

red 128 ◦ green 247 ◦ blue 64

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

Shades of Green Yellow #80F740

Tints of Green Yellow #80F740

RGB

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

 GREEN value IS 247 (96.88% from 255) = 56.26%

 BLUE value IS 64 (25.39% from 255) = 14.58%

R = 29.16%
G = 56.26%
B = 14.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#80F740 (or 0x80F740) is known color: Green Yellow. HEX triplet: 80, F7 and 40. RGB value is (128,247,64). Sum of RGB (Red+Green+Blue) = 128+247+64=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 247 (96.88% from 255 or 56.26% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 247 - color contains mainly: green. Hex color #80F740 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F740 is #7F08BF. Grayscale: #BFBFBF. Windows color (decimal): -8325312 or 4257664. OLE color: 4257664.

HSL color Cylindrical-coordinate representation of color #80F740: hue angle of 99.02º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80F740 is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 128 247 64 -
CMYK 0.48 0 0.74 0.03
HSL 99.02º 0.92% 0.61% -
HSV(B) 99.02º 0.74% 0.97% -
XYZ 43.09 71.48 16.38 -
YUV 190.56 56.58 83.38 -
System Red Green Blue C M Y K H S L
Decimal 128 247 64 0.48 0 0.74 0.03 99.02 0.92 0.61
Hex 80 F7 40 30 0 4A 3 63 5C 3D
Octal 200 367 100 60 0 112 3 143 134 75
Binary 10000000 11110111 1000000 110000 0 1001010 11 1100011 1011100 111101

Color Harmonies of #80F740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F740

Black with #80F740

Text Example


Text Example

White with #80F740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,247,64); }

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

background-color css

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

 a { background-color: rgb(128,247,64); }

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

border-color css

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

 span { border-color: rgb(128,247,64); }

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