Html Css Color HEX #80C817 Lima

📋 copy color: '#80C817'

red 128 ◦ green 200 ◦ blue 23

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

Shades of Lima #80C817

Tints of Lima #80C817

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.98%

 BLUE value IS 23 (9.38% from 255) = 6.55%

R = 36.47%
G = 56.98%
B = 6.55%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#80C817 (or 0x80C817) is known color: Lima. HEX triplet: 80, C8 and 17. RGB value is (128,200,23). Sum of RGB (Red+Green+Blue) = 128+200+23=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 200 (78.52% from 255 or 56.98% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 200 - color contains mainly: green. Hex color #80C817 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C817 is #7F37E8. Grayscale: #9E9E9E. Windows color (decimal): -8337385 or 1558656. OLE color: 1558656.

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

Color convert

RGB 128 200 23 -
CMYK 0.36 0 0.88 0.22
HSL 84.41º 0.79% 0.44% -
HSV(B) 84.41º 0.89% 0.78% -
XYZ 29.71 45.96 8.12 -
YUV 158.29 51.65 106.39 -
System Red Green Blue C M Y K H S L
Decimal 128 200 23 0.36 0 0.88 0.22 84.41 0.79 0.44
Hex 80 C8 17 24 0 58 16 54 4F 2C
Octal 200 310 27 44 0 130 26 124 117 54
Binary 10000000 11001000 10111 100100 0 1011000 10110 1010100 1001111 101100

Color Harmonies of #80C817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C817

Black with #80C817

Text Example


Text Example

White with #80C817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,200,23); }

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

background-color css

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

 a { background-color: rgb(128,200,23); }

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

border-color css

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

 span { border-color: rgb(128,200,23); }

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