#82CE08

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

Shades of Citrus #82CE08

Tints of Citrus #82CE08

Color information

#82CE08 (or 0x82CE08) is unknown color: approx Citrus. HEX triplet: 82, CE and 08. RGB value is (130,206,8). Sum of RGB (Red+Green+Blue) = 130+206+8=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 206 (80.86% from 255 or 59.88% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82CE08 is #7D31F7. Grayscale: #A1A1A1. Windows color (decimal): -8204792 or 577154. OLE color: 577154.

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

Color convert

RGB1302068-
CMYK0.3700.960.19
HSL83.03º92.52%41.96%-
HSV(B)83.03º96.12%80.78%-
XYZ31.3248.918.02-
YUV160.741.82106.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 206 (80.86% from 255) = 59.88%
BLUE value IS 8 (3.52% from 255) = 2.33%
R=37.79%
G=59.88%
B=2.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal13020680.3700.960.1983.0392.5241.96
Hex82CE82506013535d2a
Octal202316104501402312313552
Binary10000010110011101000100101011000001001110100111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CE08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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