Html Css Color HEX #80C708 Lima

📋 copy color: '#80C708'

red 128 ◦ green 199 ◦ blue 8

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

Shades of Lima #80C708

Tints of Lima #80C708

RGB

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

 GREEN value IS 199 (78.13% from 255) = 59.4%

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

R = 38.21%
G = 59.4%
B = 2.39%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#80C708 (or 0x80C708) is known color: Lima. HEX triplet: 80, C7 and 08. RGB value is (128,199,8). Sum of RGB (Red+Green+Blue) = 128+199+8=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 199 (78.12% from 255 or 59.40% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 199 - color contains mainly: green. Hex color #80C708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C708 is #7F38F7. Grayscale: #9C9C9C. Windows color (decimal): -8337656 or 575360. OLE color: 575360.

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

Color convert

RGB 128 199 8 -
CMYK 0.36 0 0.96 0.22
HSL 82.3º 0.92% 0.41% -
HSV(B) 82.3º 0.96% 0.78% -
XYZ 29.37 45.45 7.46 -
YUV 156 44.48 108.03 -
System Red Green Blue C M Y K H S L
Decimal 128 199 8 0.36 0 0.96 0.22 82.3 0.92 0.41
Hex 80 C7 8 24 0 60 16 52 5C 29
Octal 200 307 10 44 0 140 26 122 134 51
Binary 10000000 11000111 1000 100100 0 1100000 10110 1010010 1011100 101001

Color Harmonies of #80C708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C708

Black with #80C708

Text Example


Text Example

White with #80C708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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