Html Css Color HEX #82BC3D Limerick

📋 copy color: '#82BC3D'

red 130 ◦ green 188 ◦ blue 61

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

Shades of Limerick #82BC3D

Tints of Limerick #82BC3D

RGB

 RED value IS 130 (51.17% from 255) = 34.3%

 GREEN value IS 188 (73.83% from 255) = 49.6%

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

R = 34.3%
G = 49.6%
B = 16.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#82BC3D (or 0x82BC3D) is known color: Limerick. HEX triplet: 82, BC and 3D. RGB value is (130,188,61). Sum of RGB (Red+Green+Blue) = 130+188+61=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BC3D is #7D43C2. Grayscale: #9C9C9C. Windows color (decimal): -8209347 or 4045954. OLE color: 4045954.

HSL color Cylindrical-coordinate representation of color #82BC3D: hue angle of 87.4º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82BC3D is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 188 61 -
CMYK 0.31 0 0.68 0.26
HSL 87.4º 0.51% 0.49% -
HSV(B) 87.4º 0.68% 0.74% -
XYZ 28.03 41.05 10.86 -
YUV 156.18 74.28 109.33 -
System Red Green Blue C M Y K H S L
Decimal 130 188 61 0.31 0 0.68 0.26 87.4 0.51 0.49
Hex 82 BC 3D 1F 0 44 1A 57 33 31
Octal 202 274 75 37 0 104 32 127 63 61
Binary 10000010 10111100 111101 11111 0 1000100 11010 1010111 110011 110001

Color Harmonies of #82BC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BC3D

Black with #82BC3D

Text Example


Text Example

White with #82BC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82BC3D; }

 p { color: rgb(130,188,61); }

 H1.HeaderClassName
 {
   color: #82BC3D;
 }
 .AnyTagClassName
 {
   color: #82BC3D;
 }
</style>

background-color css

<style>
 a { background-color: #82BC3D; }

 a { background-color: rgb(130,188,61); }

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

border-color css

<style>
 span { border-color: #82BC3D; }

 span { border-color: rgb(130,188,61); }

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