#82BD05

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

Shades of Citrus #82BD05

Tints of Citrus #82BD05

Color information

#82BD05 (or 0x82BD05) is unknown color: approx Citrus. HEX triplet: 82, BD and 05. RGB value is (130,189,5). Sum of RGB (Red+Green+Blue) = 130+189+5=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 189 (74.22% from 255 or 58.33% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BD05 is #7D42FA. Grayscale: #979797. Windows color (decimal): -8209147 or 376194. OLE color: 376194.

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

Color convert

RGB1301895-
CMYK0.3100.970.26
HSL79.24º94.85%38.04%-
HSV(B)79.24º97.35%74.12%-
XYZ27.4341.156.64-
YUV150.3845.95113.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.12%
GREEN value IS 189 (74.22% from 255) = 58.33%
BLUE value IS 5 (2.34% from 255) = 1.54%
R=40.12%
G=58.33%
B=1.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal13018950.3100.970.2679.2494.8538.04
Hex82BD51F0611A4f5f26
Octal20227553701413211713746
Binary100000101011110110111111011000011101010011111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BD05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,189,5); }

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

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

 a { background-color: rgb(130,189,5); }

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

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

 span { border-color: rgb(130,189,5); }

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