Html Css Color HEX #80AF24 Lima

📋 copy color: '#80AF24'

red 128 ◦ green 175 ◦ blue 36

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

Shades of Lima #80AF24

Tints of Lima #80AF24

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.62%

 BLUE value IS 36 (14.45% from 255) = 10.62%

R = 37.76%
G = 51.62%
B = 10.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#80AF24 (or 0x80AF24) is known color: Lima. HEX triplet: 80, AF and 24. RGB value is (128,175,36). Sum of RGB (Red+Green+Blue) = 128+175+36=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AF24 is #7F50DB. Grayscale: #919191. Windows color (decimal): -8343772 or 2404224. OLE color: 2404224.

HSL color Cylindrical-coordinate representation of color #80AF24: hue angle of 80.29º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80AF24 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 175 36 -
CMYK 0.27 0 0.79 0.31
HSL 80.29º 0.66% 0.41% -
HSV(B) 80.29º 0.79% 0.69% -
XYZ 24.55 35.38 7.2 -
YUV 145.1 66.43 115.8 -
System Red Green Blue C M Y K H S L
Decimal 128 175 36 0.27 0 0.79 0.31 80.29 0.66 0.41
Hex 80 AF 24 1B 0 4F 1F 50 42 29
Octal 200 257 44 33 0 117 37 120 102 51
Binary 10000000 10101111 100100 11011 0 1001111 11111 1010000 1000010 101001

Color Harmonies of #80AF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF24

Black with #80AF24

Text Example


Text Example

White with #80AF24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,175,36); }

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

background-color css

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

 a { background-color: rgb(128,175,36); }

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

border-color css

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

 span { border-color: rgb(128,175,36); }

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