Html Css Color HEX #80F064 Pastel Green

📋 copy color: '#80F064'

red 128 ◦ green 240 ◦ blue 100

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

Shades of Pastel Green #80F064

Tints of Pastel Green #80F064

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.28%

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

R = 27.35%
G = 51.28%
B = 21.37%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#80F064 (or 0x80F064) is known color: Pastel Green. HEX triplet: 80, F0 and 64. RGB value is (128,240,100). Sum of RGB (Red+Green+Blue) = 128+240+100=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 240 (94.14% from 255 or 51.28% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 240 - color contains mainly: green. Hex color #80F064 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F064 is #7F0F9B. Grayscale: #BFBFBF. Windows color (decimal): -8327068 or 6615168. OLE color: 6615168.

HSL color Cylindrical-coordinate representation of color #80F064: hue angle of 108º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80F064 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 240 100 -
CMYK 0.47 0 0.58 0.06
HSL 108º 0.82% 0.67% -
HSV(B) 108º 0.58% 0.94% -
XYZ 42.36 67.83 22.92 -
YUV 190.55 76.89 83.38 -
System Red Green Blue C M Y K H S L
Decimal 128 240 100 0.47 0 0.58 0.06 108 0.82 0.67
Hex 80 F0 64 2F 0 3A 6 6C 52 43
Octal 200 360 144 57 0 72 6 154 122 103
Binary 10000000 11110000 1100100 101111 0 111010 110 1101100 1010010 1000011

Color Harmonies of #80F064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F064

Black with #80F064

Text Example


Text Example

White with #80F064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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