Html Css Color HEX #84BD33 Limerick

📋 copy color: '#84BD33'

red 132 ◦ green 189 ◦ blue 51

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

Shades of Limerick #84BD33

Tints of Limerick #84BD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.71%

R = 35.48%
G = 50.81%
B = 13.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#84BD33 (or 0x84BD33) is known color: Limerick. HEX triplet: 84, BD and 33. RGB value is (132,189,51). Sum of RGB (Red+Green+Blue) = 132+189+51=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BD33 is #7B42CC. Grayscale: #9C9C9C. Windows color (decimal): -8078029 or 3390852. OLE color: 3390852.

HSL color Cylindrical-coordinate representation of color #84BD33: hue angle of 84.78º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84BD33 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 189 51 -
CMYK 0.30 0 0.73 0.26
HSL 84.78º 0.58% 0.47% -
HSV(B) 84.78º 0.73% 0.74% -
XYZ 28.31 41.54 9.66 -
YUV 156.23 68.62 110.72 -
System Red Green Blue C M Y K H S L
Decimal 132 189 51 0.30 0 0.73 0.26 84.78 0.58 0.47
Hex 84 BD 33 1E 0 49 1A 55 3A 2F
Octal 204 275 63 36 0 111 32 125 72 57
Binary 10000100 10111101 110011 11110 0 1001001 11010 1010101 111010 101111

Color Harmonies of #84BD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BD33

Black with #84BD33

Text Example


Text Example

White with #84BD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,189,51); }

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

background-color css

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

 a { background-color: rgb(132,189,51); }

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

border-color css

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

 span { border-color: rgb(132,189,51); }

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