#80F368

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

Shades of Pastel Green #80F368

Tints of Pastel Green #80F368

Color information

#80F368 (or 0x80F368) is unknown color: approx Pastel Green. HEX triplet: 80, F3 and 68. RGB value is (128,243,104). Sum of RGB (Red+Green+Blue) = 128+243+104=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 243 (95.31% from 255 or 51.16% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 243 - color contains mainly: green. Hex color #80F368 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F368 is #7F0C97. Grayscale: #C1C1C1. Windows color (decimal): -8326296 or 6878080. OLE color: 6878080.

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

Color convert

RGB128243104-
CMYK0.4700.570.05
HSL109.64º85.28%68.04%-
HSV(B)109.64º57.2%95.29%-
XYZ43.4569.6924.26-
YUV192.7777.981.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.95%
GREEN value IS 243 (95.31% from 255) = 51.16%
BLUE value IS 104 (41.02% from 255) = 21.89%
R=26.95%
G=51.16%
B=21.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1282431040.4700.570.05109.6485.2868.04
Hex80F3682F03956e5544
Octal200363150570715156125104
Binary100000001111001111010001011110111001101110111010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,243,104); }

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

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

 a { background-color: rgb(128,243,104); }

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

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

 span { border-color: rgb(128,243,104); }

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