Html Css Color HEX #80C827 Lima

📋 copy color: '#80C827'

red 128 ◦ green 200 ◦ blue 39

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

Shades of Lima #80C827

Tints of Lima #80C827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.63%

R = 34.88%
G = 54.5%
B = 10.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#80C827 (or 0x80C827) is known color: Lima. HEX triplet: 80, C8 and 27. RGB value is (128,200,39). Sum of RGB (Red+Green+Blue) = 128+200+39=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 200 (78.52% from 255 or 54.50% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 200 - color contains mainly: green. Hex color #80C827 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C827 is #7F37D8. Grayscale: #A0A0A0. Windows color (decimal): -8337369 or 2607232. OLE color: 2607232.

HSL color Cylindrical-coordinate representation of color #80C827: hue angle of 86.83º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80C827 is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 200 39 -
CMYK 0.36 0 0.80 0.22
HSL 86.83º 0.67% 0.47% -
HSV(B) 86.83º 0.81% 0.78% -
XYZ 29.92 46.04 9.23 -
YUV 160.12 59.65 105.09 -
System Red Green Blue C M Y K H S L
Decimal 128 200 39 0.36 0 0.80 0.22 86.83 0.67 0.47
Hex 80 C8 27 24 0 50 16 57 43 2F
Octal 200 310 47 44 0 120 26 127 103 57
Binary 10000000 11001000 100111 100100 0 1010000 10110 1010111 1000011 101111

Color Harmonies of #80C827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C827

Black with #80C827

Text Example


Text Example

White with #80C827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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