#82BF23

Color #82BF23 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #82BF23

Tints of Lima #82BF23

Color information

#82BF23 (or 0x82BF23) is unknown color: approx Lima. HEX triplet: 82, BF and 23. RGB value is (130,191,35). Sum of RGB (Red+Green+Blue) = 130+191+35=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 35 (14.06% from 255 or 9.83% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BF23 is #7D40DC. Grayscale: #9B9B9B. Windows color (decimal): -8208605 or 2342786. OLE color: 2342786.

HSL color Cylindrical-coordinate representation of color #82BF23: hue angle of 83.46º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82BF23 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB13019135-
CMYK0.3200.820.25
HSL83.46º69.03%44.31%-
HSV(B)83.46º81.68%74.9%-
XYZ28.1442.138.24-
YUV154.9860.29110.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 191 (75% from 255) = 53.65%
BLUE value IS 35 (14.06% from 255) = 9.83%
R=36.52%
G=53.65%
B=9.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130191350.3200.820.2583.4669.0344.31
Hex82BF23200521953452c
Octal202277434001223112310554
Binary1000001010111111100011100000010100101100110100111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BF23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,191,35); }

 H1.HeaderClassName
 {
   color: #82BF23;
 }
 .AnyTagClassName
 {
   color: #82BF23;
 }
</style>
background-color css

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

 a { background-color: rgb(130,191,35); }

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

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

 span { border-color: rgb(130,191,35); }

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