Html Css Color HEX #80CA0D Lima

📋 copy color: '#80CA0D'

red 128 ◦ green 202 ◦ blue 13

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

Shades of Lima #80CA0D

Tints of Lima #80CA0D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 58.89%

 BLUE value IS 13 (5.47% from 255) = 3.79%

R = 37.32%
G = 58.89%
B = 3.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#80CA0D (or 0x80CA0D) is known color: Lima. HEX triplet: 80, CA and 0D. RGB value is (128,202,13). Sum of RGB (Red+Green+Blue) = 128+202+13=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 202 (79.30% from 255 or 58.89% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CA0D is #7F35F2. Grayscale: #9F9F9F. Windows color (decimal): -8336883 or 903808. OLE color: 903808.

HSL color Cylindrical-coordinate representation of color #80CA0D: hue angle of 83.49º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80CA0D is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 202 13 -
CMYK 0.37 0 0.94 0.21
HSL 83.49º 0.88% 0.42% -
HSV(B) 83.49º 0.94% 0.79% -
XYZ 30.1 46.86 7.84 -
YUV 158.33 45.98 106.37 -
System Red Green Blue C M Y K H S L
Decimal 128 202 13 0.37 0 0.94 0.21 83.49 0.88 0.42
Hex 80 CA D 25 0 5E 15 53 58 2A
Octal 200 312 15 45 0 136 25 123 130 52
Binary 10000000 11001010 1101 100101 0 1011110 10101 1010011 1011000 101010

Color Harmonies of #80CA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CA0D

Black with #80CA0D

Text Example


Text Example

White with #80CA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,202,13); }

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

background-color css

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

 a { background-color: rgb(128,202,13); }

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

border-color css

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

 span { border-color: rgb(128,202,13); }

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