Html Css Color HEX #80F172 Pastel Green

📋 copy color: '#80F172'

red 128 ◦ green 241 ◦ blue 114

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

Shades of Pastel Green #80F172

Tints of Pastel Green #80F172

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.9%

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

R = 26.5%
G = 49.9%
B = 23.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#80F172 (or 0x80F172) is known color: Pastel Green. HEX triplet: 80, F1 and 72. RGB value is (128,241,114). Sum of RGB (Red+Green+Blue) = 128+241+114=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #80F172 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F172 is #7F0E8D. Grayscale: #C1C1C1. Windows color (decimal): -8326798 or 7532928. OLE color: 7532928.

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

Color convert

RGB 128 241 114 -
CMYK 0.47 0 0.53 0.05
HSL 113.39º 0.82% 0.7% -
HSV(B) 113.39º 0.53% 0.95% -
XYZ 43.39 68.71 26.9 -
YUV 192.74 83.56 81.83 -
System Red Green Blue C M Y K H S L
Decimal 128 241 114 0.47 0 0.53 0.05 113.39 0.82 0.7
Hex 80 F1 72 2F 0 35 5 71 52 46
Octal 200 361 162 57 0 65 5 161 122 106
Binary 10000000 11110001 1110010 101111 0 110101 101 1110001 1010010 1000110

Color Harmonies of #80F172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F172

Black with #80F172

Text Example


Text Example

White with #80F172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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