#80F733

Color #80F733 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #80F733

Tints of Green Yellow #80F733

Color information

#80F733 (or 0x80F733) is unknown color: approx Green Yellow. HEX triplet: 80, F7 and 33. RGB value is (128,247,51). Sum of RGB (Red+Green+Blue) = 128+247+51=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 247 (96.88% from 255 or 57.98% from 426); Blue value is 51 (20.31% from 255 or 11.97% from 426); Max value from RGB is 247 - color contains mainly: green. Hex color #80F733 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F733 is #7F08CC. Grayscale: #BDBDBD. Windows color (decimal): -8325325 or 3405696. OLE color: 3405696.

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

Color convert

RGB12824751-
CMYK0.4800.790.03
HSL96.43º92.45%58.43%-
HSV(B)96.43º79.35%96.86%-
XYZ42.7671.3514.65-
YUV189.0850.0884.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.05%
GREEN value IS 247 (96.88% from 255) = 57.98%
BLUE value IS 51 (20.31% from 255) = 11.97%
R=30.05%
G=57.98%
B=11.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal128247510.4800.790.0396.4392.4558.43
Hex80F7333004F3605c3a
Octal20036763600117314013472
Binary1000000011110111110011110000010011111111000001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80F733;
 }
 .AnyTagClassName
 {
   color: #80F733;
 }
</style>
background-color css

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

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

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

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

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

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