Html Css Color HEX #80F164 Pastel Green

📋 copy color: '#80F164'

red 128 ◦ green 241 ◦ blue 100

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

Shades of Pastel Green #80F164

Tints of Pastel Green #80F164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.32%

R = 27.29%
G = 51.39%
B = 21.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#80F164 (or 0x80F164) is known color: Pastel Green. HEX triplet: 80, F1 and 64. RGB value is (128,241,100). Sum of RGB (Red+Green+Blue) = 128+241+100=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 241 (94.53% from 255 or 51.39% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 241 - color contains mainly: green. Hex color #80F164 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F164 is #7F0E9B. Grayscale: #BFBFBF. Windows color (decimal): -8326812 or 6615424. OLE color: 6615424.

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

Color convert

RGB 128 241 100 -
CMYK 0.47 0 0.59 0.05
HSL 108.09º 0.83% 0.67% -
HSV(B) 108.09º 0.59% 0.95% -
XYZ 42.66 68.42 23.01 -
YUV 191.14 76.56 82.96 -
System Red Green Blue C M Y K H S L
Decimal 128 241 100 0.47 0 0.59 0.05 108.09 0.83 0.67
Hex 80 F1 64 2F 0 3B 5 6C 53 43
Octal 200 361 144 57 0 73 5 154 123 103
Binary 10000000 11110001 1100100 101111 0 111011 101 1101100 1010011 1000011

Color Harmonies of #80F164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F164

Black with #80F164

Text Example


Text Example

White with #80F164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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