Html Css Color HEX #80F735 Green Yellow

📋 copy color: '#80F735'

red 128 ◦ green 247 ◦ blue 53

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

Shades of Green Yellow #80F735

Tints of Green Yellow #80F735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.38%

R = 29.91%
G = 57.71%
B = 12.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#80F735 (or 0x80F735) is known color: Green Yellow. HEX triplet: 80, F7 and 35. RGB value is (128,247,53). Sum of RGB (Red+Green+Blue) = 128+247+53=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 247 (96.88% from 255 or 57.71% from 428); Blue value is 53 (21.09% from 255 or 12.38% from 428); Max value from RGB is 247 - color contains mainly: green. Hex color #80F735 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F735 is #7F08CA. Grayscale: #BDBDBD. Windows color (decimal): -8325323 or 3536768. OLE color: 3536768.

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

Color convert

RGB 128 247 53 -
CMYK 0.48 0 0.79 0.03
HSL 96.8º 0.92% 0.59% -
HSV(B) 96.8º 0.79% 0.97% -
XYZ 42.81 71.37 14.89 -
YUV 189.3 51.08 84.27 -
System Red Green Blue C M Y K H S L
Decimal 128 247 53 0.48 0 0.79 0.03 96.8 0.92 0.59
Hex 80 F7 35 30 0 4F 3 61 5C 3B
Octal 200 367 65 60 0 117 3 141 134 73
Binary 10000000 11110111 110101 110000 0 1001111 11 1100001 1011100 111011

Color Harmonies of #80F735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F735

Black with #80F735

Text Example


Text Example

White with #80F735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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