#80F269

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

Shades of Pastel Green #80F269

Tints of Pastel Green #80F269

Color information

#80F269 (or 0x80F269) is unknown color: approx Pastel Green. HEX triplet: 80, F2 and 69. RGB value is (128,242,105). Sum of RGB (Red+Green+Blue) = 128+242+105=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #80F269 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F269 is #7F0D96. Grayscale: #C0C0C0. Windows color (decimal): -8326551 or 6943360. OLE color: 6943360.

HSL color Cylindrical-coordinate representation of color #80F269: hue angle of 109.93º degrees, saturation: 0.84, 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 #80F269 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB128242105-
CMYK0.4700.570.05
HSL109.93º84.05%68.04%-
HSV(B)109.93º56.61%94.9%-
XYZ43.269.1124.43-
YUV192.378.7382.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.95%
GREEN value IS 242 (94.92% from 255) = 50.95%
BLUE value IS 105 (41.41% from 255) = 22.11%
R=26.95%
G=50.95%
B=22.11%

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
Decimal1282421050.4700.570.05109.9384.0568.04
Hex80F2692F03956e5444
Octal200362151570715156124104
Binary100000001111001011010011011110111001101110111010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,242,105); }

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

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

 a { background-color: rgb(128,242,105); }

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

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

 span { border-color: rgb(128,242,105); }

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