Html Css Color HEX #80C907 Lima

📋 copy color: '#80C907'

red 128 ◦ green 201 ◦ blue 7

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

Shades of Lima #80C907

Tints of Lima #80C907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.08%

R = 38.1%
G = 59.82%
B = 2.08%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#80C907 (or 0x80C907) is known color: Lima. HEX triplet: 80, C9 and 07. RGB value is (128,201,7). Sum of RGB (Red+Green+Blue) = 128+201+7=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 201 (78.91% from 255 or 59.82% from 336); Blue value is 7 (3.12% from 255 or 2.08% from 336); Max value from RGB is 201 - color contains mainly: green. Hex color #80C907 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C907 is #7F36F8. Grayscale: #9D9D9D. Windows color (decimal): -8337145 or 510336. OLE color: 510336.

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

Color convert

RGB 128 201 7 -
CMYK 0.36 0 0.97 0.21
HSL 82.58º 0.93% 0.41% -
HSV(B) 82.58º 0.97% 0.79% -
XYZ 29.83 46.38 7.58 -
YUV 157.06 43.32 107.27 -
System Red Green Blue C M Y K H S L
Decimal 128 201 7 0.36 0 0.97 0.21 82.58 0.93 0.41
Hex 80 C9 7 24 0 61 15 53 5D 29
Octal 200 311 7 44 0 141 25 123 135 51
Binary 10000000 11001001 111 100100 0 1100001 10101 1010011 1011101 101001

Color Harmonies of #80C907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C907

Black with #80C907

Text Example


Text Example

White with #80C907

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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