Html Css Color HEX #80B83D Limerick

📋 copy color: '#80B83D'

red 128 ◦ green 184 ◦ blue 61

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

Shades of Limerick #80B83D

Tints of Limerick #80B83D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.33%

 BLUE value IS 61 (24.22% from 255) = 16.35%

R = 34.32%
G = 49.33%
B = 16.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#80B83D (or 0x80B83D) is known color: Limerick. HEX triplet: 80, B8 and 3D. RGB value is (128,184,61). Sum of RGB (Red+Green+Blue) = 128+184+61=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 184 (72.27% from 255 or 49.33% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 184 - color contains mainly: green. Hex color #80B83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B83D is #7F47C2. Grayscale: #999999. Windows color (decimal): -8341443 or 4044928. OLE color: 4044928.

HSL color Cylindrical-coordinate representation of color #80B83D: hue angle of 87.32º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80B83D is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 184 61 -
CMYK 0.30 0 0.67 0.28
HSL 87.32º 0.5% 0.48% -
HSV(B) 87.32º 0.67% 0.72% -
XYZ 26.88 39.21 10.57 -
YUV 153.23 75.95 110 -
System Red Green Blue C M Y K H S L
Decimal 128 184 61 0.30 0 0.67 0.28 87.32 0.5 0.48
Hex 80 B8 3D 1E 0 43 1C 57 32 30
Octal 200 270 75 36 0 103 34 127 62 60
Binary 10000000 10111000 111101 11110 0 1000011 11100 1010111 110010 110000

Color Harmonies of #80B83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B83D

Black with #80B83D

Text Example


Text Example

White with #80B83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,184,61); }

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

background-color css

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

 a { background-color: rgb(128,184,61); }

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

border-color css

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

 span { border-color: rgb(128,184,61); }

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