#82C002

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

Shades of Citrus #82C002

Tints of Citrus #82C002

Color information

#82C002 (or 0x82C002) is unknown color: approx Citrus. HEX triplet: 82, C0 and 02. RGB value is (130,192,2). Sum of RGB (Red+Green+Blue) = 130+192+2=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #82C002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C002 is #7D3FFD. Grayscale: #989898. Windows color (decimal): -8208382 or 180354. OLE color: 180354.

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

Color convert

RGB1301922-
CMYK0.3200.990.25
HSL79.58º97.94%38.04%-
HSV(B)79.58º98.96%75.29%-
XYZ28.0742.456.77-
YUV151.843.46112.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.12%
GREEN value IS 192 (75.39% from 255) = 59.26%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=40.12%
G=59.26%
B=0.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13019220.3200.990.2579.5897.9438.04
Hex82C022006319506226
Octal20230024001433112014246
Binary100000101100000010100000011000111100110100001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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