#82C203

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

Shades of Citrus #82C203

Tints of Citrus #82C203

Color information

#82C203 (or 0x82C203) is unknown color: approx Citrus. HEX triplet: 82, C2 and 03. RGB value is (130,194,3). Sum of RGB (Red+Green+Blue) = 130+194+3=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 194 (76.17% from 255 or 59.33% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 194 - color contains mainly: green. Hex color #82C203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C203 is #7D3DFC. Grayscale: #999999. Windows color (decimal): -8207869 or 246402. OLE color: 246402.

HSL color Cylindrical-coordinate representation of color #82C203: hue angle of 80.1º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82C203 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB1301943-
CMYK0.3300.980.24
HSL80.1º96.95%38.63%-
HSV(B)80.1º98.45%76.08%-
XYZ28.5143.346.95-
YUV153.0943.3111.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.76%
GREEN value IS 194 (76.17% from 255) = 59.33%
BLUE value IS 3 (1.56% from 255) = 0.92%
R=39.76%
G=59.33%
B=0.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal13019430.3300.980.2480.196.9538.63
Hex82C232106218506127
Octal20230234101423012014147
Binary100000101100001011100001011000101100010100001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,194,3); }

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

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

 a { background-color: rgb(130,194,3); }

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

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

 span { border-color: rgb(130,194,3); }

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