Html Css Color HEX #83BD2E Limerick

📋 copy color: '#83BD2E'

red 131 ◦ green 189 ◦ blue 46

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

Shades of Limerick #83BD2E

Tints of Limerick #83BD2E

RGB

 RED value IS 131 (51.56% from 255) = 35.79%

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

 BLUE value IS 46 (18.36% from 255) = 12.57%

R = 35.79%
G = 51.64%
B = 12.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#83BD2E (or 0x83BD2E) is known color: Limerick. HEX triplet: 83, BD and 2E. RGB value is (131,189,46). Sum of RGB (Red+Green+Blue) = 131+189+46=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 189 (74.22% from 255 or 51.64% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BD2E is #7C42D1. Grayscale: #9B9B9B. Windows color (decimal): -8143570 or 3063171. OLE color: 3063171.

HSL color Cylindrical-coordinate representation of color #83BD2E: hue angle of 84.34º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83BD2E is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 189 46 -
CMYK 0.31 0 0.76 0.26
HSL 84.34º 0.61% 0.46% -
HSV(B) 84.34º 0.76% 0.74% -
XYZ 28.05 41.42 9.1 -
YUV 155.36 66.28 110.63 -
System Red Green Blue C M Y K H S L
Decimal 131 189 46 0.31 0 0.76 0.26 84.34 0.61 0.46
Hex 83 BD 2E 1F 0 4C 1A 54 3D 2E
Octal 203 275 56 37 0 114 32 124 75 56
Binary 10000011 10111101 101110 11111 0 1001100 11010 1010100 111101 101110

Color Harmonies of #83BD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BD2E

Black with #83BD2E

Text Example


Text Example

White with #83BD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83BD2E; }

 p { color: rgb(131,189,46); }

 H1.HeaderClassName
 {
   color: #83BD2E;
 }
 .AnyTagClassName
 {
   color: #83BD2E;
 }
</style>

background-color css

<style>
 a { background-color: #83BD2E; }

 a { background-color: rgb(131,189,46); }

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

border-color css

<style>
 span { border-color: #83BD2E; }

 span { border-color: rgb(131,189,46); }

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