Html Css Color HEX #80F062 Pastel Green

📋 copy color: '#80F062'

red 128 ◦ green 240 ◦ blue 98

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

Shades of Pastel Green #80F062

Tints of Pastel Green #80F062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.03%

R = 27.47%
G = 51.5%
B = 21.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#80F062 (or 0x80F062) is known color: Pastel Green. HEX triplet: 80, F0 and 62. RGB value is (128,240,98). Sum of RGB (Red+Green+Blue) = 128+240+98=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #80F062 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F062 is #7F0F9D. Grayscale: #BEBEBE. Windows color (decimal): -8327070 or 6484096. OLE color: 6484096.

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

Color convert

RGB 128 240 98 -
CMYK 0.47 0 0.59 0.06
HSL 107.32º 0.83% 0.66% -
HSV(B) 107.32º 0.59% 0.94% -
XYZ 42.27 67.79 22.41 -
YUV 190.32 75.89 83.55 -
System Red Green Blue C M Y K H S L
Decimal 128 240 98 0.47 0 0.59 0.06 107.32 0.83 0.66
Hex 80 F0 62 2F 0 3B 6 6B 53 42
Octal 200 360 142 57 0 73 6 153 123 102
Binary 10000000 11110000 1100010 101111 0 111011 110 1101011 1010011 1000010

Color Harmonies of #80F062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F062

Black with #80F062

Text Example


Text Example

White with #80F062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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