Html Css Color HEX #80CB72 Pastel Green

📋 copy color: '#80CB72'

red 128 ◦ green 203 ◦ blue 114

#80CB72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #80CB72

Tints of Pastel Green #80CB72

RGB

 RED value IS 128 (50.39% from 255) = 28.76%

 GREEN value IS 203 (79.69% from 255) = 45.62%

 BLUE value IS 114 (44.92% from 255) = 25.62%

R = 28.76%
G = 45.62%
B = 25.62%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#80CB72 (or 0x80CB72) is known color: Pastel Green. HEX triplet: 80, CB and 72. RGB value is (128,203,114). Sum of RGB (Red+Green+Blue) = 128+203+114=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CB72 is #7F348D. Grayscale: #AAAAAA. Windows color (decimal): -8336526 or 7523200. OLE color: 7523200.

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

Color convert

RGB 128 203 114 -
CMYK 0.37 0 0.44 0.20
HSL 110.56º 0.46% 0.62% -
HSV(B) 110.56º 0.44% 0.8% -
XYZ 33.3 48.52 23.53 -
YUV 170.43 96.15 97.74 -
System Red Green Blue C M Y K H S L
Decimal 128 203 114 0.37 0 0.44 0.20 110.56 0.46 0.62
Hex 80 CB 72 25 0 2C 14 6F 2E 3E
Octal 200 313 162 45 0 54 24 157 56 76
Binary 10000000 11001011 1110010 100101 0 101100 10100 1101111 101110 111110

Color Harmonies of #80CB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CB72

Black with #80CB72

Text Example


Text Example

White with #80CB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80CB72;
 }
 .AnyTagClassName
 {
   color: #80CB72;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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