Html Css Color HEX #80F278 Pastel Green

📋 copy color: '#80F278'

red 128 ◦ green 242 ◦ blue 120

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

Shades of Pastel Green #80F278

Tints of Pastel Green #80F278

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.39%

 BLUE value IS 120 (47.27% from 255) = 24.49%

R = 26.12%
G = 49.39%
B = 24.49%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#80F278 (or 0x80F278) is known color: Pastel Green. HEX triplet: 80, F2 and 78. RGB value is (128,242,120). Sum of RGB (Red+Green+Blue) = 128+242+120=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #80F278 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F278 is #7F0D87. Grayscale: #C2C2C2. Windows color (decimal): -8326536 or 7926400. OLE color: 7926400.

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

Color convert

RGB 128 242 120 -
CMYK 0.47 0 0.50 0.05
HSL 116.07º 0.82% 0.71% -
HSV(B) 116.07º 0.5% 0.95% -
XYZ 44.04 69.45 28.85 -
YUV 194.01 86.23 80.92 -
System Red Green Blue C M Y K H S L
Decimal 128 242 120 0.47 0 0.50 0.05 116.07 0.82 0.71
Hex 80 F2 78 2F 0 32 5 74 52 47
Octal 200 362 170 57 0 62 5 164 122 107
Binary 10000000 11110010 1111000 101111 0 110010 101 1110100 1010010 1000111

Color Harmonies of #80F278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F278

Black with #80F278

Text Example


Text Example

White with #80F278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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