Html Css Color HEX #80F485 Light Green

📋 copy color: '#80F485'

red 128 ◦ green 244 ◦ blue 133

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

Shades of Light Green #80F485

Tints of Light Green #80F485

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.32%

 BLUE value IS 133 (52.34% from 255) = 26.34%

R = 25.35%
G = 48.32%
B = 26.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#80F485 (or 0x80F485) is known color: Light Green. HEX triplet: 80, F4 and 85. RGB value is (128,244,133). Sum of RGB (Red+Green+Blue) = 128+244+133=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 244 (95.70% from 255 or 48.32% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 244 - color contains mainly: green. Hex color #80F485 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F485 is #7F0B7A. Grayscale: #C4C4C4. Windows color (decimal): -8326011 or 8778880. OLE color: 8778880.

HSL color Cylindrical-coordinate representation of color #80F485: hue angle of 122.59º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F485 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 128 244 133 -
CMYK 0.48 0 0.45 0.04
HSL 122.59º 0.84% 0.73% -
HSV(B) 122.59º 0.48% 0.96% -
XYZ 45.49 70.98 33.49 -
YUV 196.66 92.07 79.03 -
System Red Green Blue C M Y K H S L
Decimal 128 244 133 0.48 0 0.45 0.04 122.59 0.84 0.73
Hex 80 F4 85 30 0 2D 4 7B 54 49
Octal 200 364 205 60 0 55 4 173 124 111
Binary 10000000 11110100 10000101 110000 0 101101 100 1111011 1010100 1001001

Color Harmonies of #80F485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F485

Black with #80F485

Text Example


Text Example

White with #80F485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,244,133); }

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

background-color css

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

 a { background-color: rgb(128,244,133); }

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

border-color css

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

 span { border-color: rgb(128,244,133); }

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