#80F632

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

Shades of Green Yellow #80F632

Tints of Green Yellow #80F632

Color information

#80F632 (or 0x80F632) is unknown color: approx Green Yellow. HEX triplet: 80, F6 and 32. RGB value is (128,246,50). Sum of RGB (Red+Green+Blue) = 128+246+50=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 246 (96.48% from 255 or 58.02% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 246 - color contains mainly: green. Hex color #80F632 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F632 is #7F09CD. Grayscale: #BDBDBD. Windows color (decimal): -8325582 or 3339904. OLE color: 3339904.

HSL color Cylindrical-coordinate representation of color #80F632: hue angle of 96.12º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80F632 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB12824650-
CMYK0.4800.800.04
HSL96.12º91.59%58.04%-
HSV(B)96.12º79.67%96.47%-
XYZ42.4370.7314.43-
YUV188.3749.9184.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.19%
GREEN value IS 246 (96.48% from 255) = 58.02%
BLUE value IS 50 (19.92% from 255) = 11.79%
R=30.19%
G=58.02%
B=11.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal128246500.4800.800.0496.1291.5958.04
Hex80F632300504605c3a
Octal20036662600120414013472
Binary10000000111101101100101100000101000010011000001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,246,50); }

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

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

 a { background-color: rgb(128,246,50); }

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

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

 span { border-color: rgb(128,246,50); }

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