Html Css Color HEX #80F16A Pastel Green

📋 copy color: '#80F16A'

red 128 ◦ green 241 ◦ blue 106

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

Shades of Pastel Green #80F16A

Tints of Pastel Green #80F16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.32%

R = 26.95%
G = 50.74%
B = 22.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#80F16A (or 0x80F16A) is known color: Pastel Green. HEX triplet: 80, F1 and 6A. RGB value is (128,241,106). Sum of RGB (Red+Green+Blue) = 128+241+106=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #80F16A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F16A is #7F0E95. Grayscale: #C0C0C0. Windows color (decimal): -8326806 or 7008640. OLE color: 7008640.

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

Color convert

RGB 128 241 106 -
CMYK 0.47 0 0.56 0.05
HSL 110.22º 0.83% 0.68% -
HSV(B) 110.22º 0.56% 0.95% -
XYZ 42.96 68.54 24.6 -
YUV 191.82 79.56 82.48 -
System Red Green Blue C M Y K H S L
Decimal 128 241 106 0.47 0 0.56 0.05 110.22 0.83 0.68
Hex 80 F1 6A 2F 0 38 5 6E 53 44
Octal 200 361 152 57 0 70 5 156 123 104
Binary 10000000 11110001 1101010 101111 0 111000 101 1101110 1010011 1000100

Color Harmonies of #80F16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F16A

Black with #80F16A

Text Example


Text Example

White with #80F16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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