#82C202

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

Shades of Citrus #82C202

Tints of Citrus #82C202

Color information

#82C202 (or 0x82C202) is unknown color: approx Citrus. HEX triplet: 82, C2 and 02. RGB value is (130,194,2). Sum of RGB (Red+Green+Blue) = 130+194+2=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 194 (76.17% from 255 or 59.51% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 194 - color contains mainly: green. Hex color #82C202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C202 is #7D3DFD. Grayscale: #999999. Windows color (decimal): -8207870 or 180866. OLE color: 180866.

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

Color convert

RGB1301942-
CMYK0.3300.990.24
HSL80º97.96%38.43%-
HSV(B)80º98.97%76.08%-
XYZ28.5143.336.92-
YUV152.9842.8111.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.88%
GREEN value IS 194 (76.17% from 255) = 59.51%
BLUE value IS 2 (1.17% from 255) = 0.61%
R=39.88%
G=59.51%
B=0.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal13019420.3300.990.248097.9638.43
Hex82C222106318506226
Octal20230224101433012014246
Binary100000101100001010100001011000111100010100001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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