Html Css Color HEX #80BD27 Lima

📋 copy color: '#80BD27'

red 128 ◦ green 189 ◦ blue 39

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

Shades of Lima #80BD27

Tints of Lima #80BD27

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.09%

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

R = 35.96%
G = 53.09%
B = 10.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#80BD27 (or 0x80BD27) is known color: Lima. HEX triplet: 80, BD and 27. RGB value is (128,189,39). Sum of RGB (Red+Green+Blue) = 128+189+39=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BD27 is #7F42D8. Grayscale: #9A9A9A. Windows color (decimal): -8340185 or 2604416. OLE color: 2604416.

HSL color Cylindrical-coordinate representation of color #80BD27: hue angle of 84.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80BD27 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 189 39 -
CMYK 0.32 0 0.79 0.26
HSL 84.4º 0.66% 0.45% -
HSV(B) 84.4º 0.79% 0.74% -
XYZ 27.47 41.13 8.41 -
YUV 153.66 63.29 109.7 -
System Red Green Blue C M Y K H S L
Decimal 128 189 39 0.32 0 0.79 0.26 84.4 0.66 0.45
Hex 80 BD 27 20 0 4F 1A 54 42 2D
Octal 200 275 47 40 0 117 32 124 102 55
Binary 10000000 10111101 100111 100000 0 1001111 11010 1010100 1000010 101101

Color Harmonies of #80BD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BD27

Black with #80BD27

Text Example


Text Example

White with #80BD27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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