Html Css Color HEX #80C025 Lima

📋 copy color: '#80C025'

red 128 ◦ green 192 ◦ blue 37

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

Shades of Lima #80C025

Tints of Lima #80C025

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.78%

 BLUE value IS 37 (14.84% from 255) = 10.36%

R = 35.85%
G = 53.78%
B = 10.36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#80C025 (or 0x80C025) is known color: Lima. HEX triplet: 80, C0 and 25. RGB value is (128,192,37). Sum of RGB (Red+Green+Blue) = 128+192+37=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #80C025 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C025 is #7F3FDA. Grayscale: #9B9B9B. Windows color (decimal): -8339419 or 2474112. OLE color: 2474112.

HSL color Cylindrical-coordinate representation of color #80C025: hue angle of 84.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80C025 is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 192 37 -
CMYK 0.33 0 0.81 0.25
HSL 84.77º 0.68% 0.45% -
HSV(B) 84.77º 0.81% 0.75% -
XYZ 28.09 42.42 8.46 -
YUV 155.19 61.3 108.6 -
System Red Green Blue C M Y K H S L
Decimal 128 192 37 0.33 0 0.81 0.25 84.77 0.68 0.45
Hex 80 C0 25 21 0 51 19 55 44 2D
Octal 200 300 45 41 0 121 31 125 104 55
Binary 10000000 11000000 100101 100001 0 1010001 11001 1010101 1000100 101101

Color Harmonies of #80C025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C025

Black with #80C025

Text Example


Text Example

White with #80C025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,192,37); }

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

background-color css

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

 a { background-color: rgb(128,192,37); }

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

border-color css

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

 span { border-color: rgb(128,192,37); }

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