Html Css Color HEX #80C908 Lima

📋 copy color: '#80C908'

red 128 ◦ green 201 ◦ blue 8

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

Shades of Lima #80C908

Tints of Lima #80C908

RGB

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

 GREEN value IS 201 (78.91% from 255) = 59.64%

 BLUE value IS 8 (3.52% from 255) = 2.37%

R = 37.98%
G = 59.64%
B = 2.37%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#80C908 (or 0x80C908) is known color: Lima. HEX triplet: 80, C9 and 08. RGB value is (128,201,8). Sum of RGB (Red+Green+Blue) = 128+201+8=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 201 (78.91% from 255 or 59.64% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 201 - color contains mainly: green. Hex color #80C908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C908 is #7F36F7. Grayscale: #9D9D9D. Windows color (decimal): -8337144 or 575872. OLE color: 575872.

HSL color Cylindrical-coordinate representation of color #80C908: hue angle of 82.69º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80C908 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 201 8 -
CMYK 0.36 0 0.96 0.21
HSL 82.69º 0.92% 0.41% -
HSV(B) 82.69º 0.96% 0.79% -
XYZ 29.83 46.38 7.61 -
YUV 157.17 43.82 107.19 -
System Red Green Blue C M Y K H S L
Decimal 128 201 8 0.36 0 0.96 0.21 82.69 0.92 0.41
Hex 80 C9 8 24 0 60 15 53 5C 29
Octal 200 311 10 44 0 140 25 123 134 51
Binary 10000000 11001001 1000 100100 0 1100000 10101 1010011 1011100 101001

Color Harmonies of #80C908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C908

Black with #80C908

Text Example


Text Example

White with #80C908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,201,8); }

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

background-color css

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

 a { background-color: rgb(128,201,8); }

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

border-color css

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

 span { border-color: rgb(128,201,8); }

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