#82ce00

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

Shades of Citrus #82CE00

Tints of Citrus #82CE00

Color information

#82CE00 (or 0x82CE00) is unknown color: approx Citrus. HEX triplet: 82, CE and 00. RGB value is (130,206,0). Sum of RGB (Red+Green+Blue) = 130+206+0=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 206 (80.86% from 255 or 61.31% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82CE00 is #7D31FF. Grayscale: #A0A0A0. Windows color (decimal): -8204800 or 52866. OLE color: 52866.

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

Color convert

RGB1302060-
CMYK0.37010.19
HSL82.14º100%40.39%-
HSV(B)82.14º100%80.78%-
XYZ31.2848.897.79-
YUV159.7937.82106.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.69%
GREEN value IS 206 (80.86% from 255) = 61.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.69%
G=61.31%
B=0%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal13020600.37010.1982.1410040.39
Hex82CE02506413526428
Octal20231604501442312214450
Binary10000010110011100100101011001001001110100101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ce00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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