#80CB75

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

Shades of Pastel Green #80CB75

Tints of Pastel Green #80CB75

Color information

#80CB75 (or 0x80CB75) is unknown color: approx Pastel Green. HEX triplet: 80, CB and 75. RGB value is (128,203,117). Sum of RGB (Red+Green+Blue) = 128+203+117=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CB75 is #7F348A. Grayscale: #ABABAB. Windows color (decimal): -8336523 or 7719808. OLE color: 7719808.

HSL color Cylindrical-coordinate representation of color #80CB75: hue angle of 112.33º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80CB75 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB128203117-
CMYK0.3700.420.20
HSL112.33º45.26%62.75%-
HSV(B)112.33º42.36%79.61%-
XYZ33.4748.5924.44-
YUV170.7797.6597.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.57%
GREEN value IS 203 (79.69% from 255) = 45.31%
BLUE value IS 117 (46.09% from 255) = 26.12%
R=28.57%
G=45.31%
B=26.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1282031170.3700.420.20112.3345.2662.75
Hex80CB752502A14702d3f
Octal20031316545052241605577
Binary100000001100101111101011001010101010101001110000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,203,117); }

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

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

 a { background-color: rgb(128,203,117); }

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

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

 span { border-color: rgb(128,203,117); }

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