#82BE00

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

Shades of Citrus #82BE00

Tints of Citrus #82BE00

Color information

#82BE00 (or 0x82BE00) is unknown color: approx Citrus. HEX triplet: 82, BE and 00. RGB value is (130,190,0). Sum of RGB (Red+Green+Blue) = 130+190+0=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 190 (74.61% from 255 or 59.38% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BE00 is #7D41FF. Grayscale: #979797. Windows color (decimal): -8208896 or 48770. OLE color: 48770.

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

Color convert

RGB1301900-
CMYK0.32010.25
HSL78.95º100%37.25%-
HSV(B)78.95º100%74.51%-
XYZ27.6241.576.57-
YUV150.443.12113.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.62%
GREEN value IS 190 (74.61% from 255) = 59.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.62%
G=59.38%
B=0%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13019000.32010.2578.9510037.25
Hex82BE020064194f6425
Octal20227604001443111714445
Binary10000010101111100100000011001001100110011111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,190,0); }

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

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

 a { background-color: rgb(130,190,0); }

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

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

 span { border-color: rgb(130,190,0); }

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