Html Css Color HEX #84BA25 Limerick

📋 copy color: '#84BA25'

red 132 ◦ green 186 ◦ blue 37

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

Shades of Limerick #84BA25

Tints of Limerick #84BA25

RGB

 RED value IS 132 (51.95% from 255) = 37.18%

 GREEN value IS 186 (73.05% from 255) = 52.39%

 BLUE value IS 37 (14.84% from 255) = 10.42%

R = 37.18%
G = 52.39%
B = 10.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#84BA25 (or 0x84BA25) is known color: Limerick. HEX triplet: 84, BA and 25. RGB value is (132,186,37). Sum of RGB (Red+Green+Blue) = 132+186+37=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BA25 is #7B45DA. Grayscale: #999999. Windows color (decimal): -8078811 or 2472580. OLE color: 2472580.

HSL color Cylindrical-coordinate representation of color #84BA25: hue angle of 81.74º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84BA25 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 186 37 -
CMYK 0.29 0 0.80 0.27
HSL 81.74º 0.67% 0.44% -
HSV(B) 81.74º 0.8% 0.73% -
XYZ 27.41 40.16 8.06 -
YUV 152.87 62.61 113.12 -
System Red Green Blue C M Y K H S L
Decimal 132 186 37 0.29 0 0.80 0.27 81.74 0.67 0.44
Hex 84 BA 25 1D 0 50 1B 52 43 2C
Octal 204 272 45 35 0 120 33 122 103 54
Binary 10000100 10111010 100101 11101 0 1010000 11011 1010010 1000011 101100

Color Harmonies of #84BA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BA25

Black with #84BA25

Text Example


Text Example

White with #84BA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84BA25; }

 p { color: rgb(132,186,37); }

 H1.HeaderClassName
 {
   color: #84BA25;
 }
 .AnyTagClassName
 {
   color: #84BA25;
 }
</style>

background-color css

<style>
 a { background-color: #84BA25; }

 a { background-color: rgb(132,186,37); }

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

border-color css

<style>
 span { border-color: #84BA25; }

 span { border-color: rgb(132,186,37); }

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