Html Css Color HEX #80F093 Light Green

📋 copy color: '#80F093'

red 128 ◦ green 240 ◦ blue 147

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

Shades of Light Green #80F093

Tints of Light Green #80F093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.54%

R = 24.85%
G = 46.6%
B = 28.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#80F093 (or 0x80F093) is known color: Light Green. HEX triplet: 80, F0 and 93. RGB value is (128,240,147). Sum of RGB (Red+Green+Blue) = 128+240+147=515 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.85% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #80F093 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F093 is #7F0F6C. Grayscale: #C4C4C4. Windows color (decimal): -8327021 or 9695360. OLE color: 9695360.

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

Color convert

RGB 128 240 147 -
CMYK 0.47 0 0.39 0.06
HSL 130.18º 0.79% 0.72% -
HSV(B) 130.18º 0.47% 0.94% -
XYZ 45.33 69.02 38.54 -
YUV 195.91 100.39 79.56 -
System Red Green Blue C M Y K H S L
Decimal 128 240 147 0.47 0 0.39 0.06 130.18 0.79 0.72
Hex 80 F0 93 2F 0 27 6 82 4F 48
Octal 200 360 223 57 0 47 6 202 117 110
Binary 10000000 11110000 10010011 101111 0 100111 110 10000010 1001111 1001000

Color Harmonies of #80F093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F093

Black with #80F093

Text Example


Text Example

White with #80F093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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