Html Css Color HEX #82C002 Citrus

📋 copy color: '#82C002'

red 130 ◦ green 192 ◦ blue 2

#82C002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #82C002

Tints of Citrus #82C002

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 value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#82C002 (or 0x82C002) is known color: 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

RGB 130 192 2 -
CMYK 0.32 0 0.99 0.25
HSL 79.58º 0.98% 0.38% -
HSV(B) 79.58º 0.99% 0.75% -
XYZ 28.07 42.45 6.77 -
YUV 151.8 43.46 112.45 -
System Red Green Blue C M Y K H S L
Decimal 130 192 2 0.32 0 0.99 0.25 79.58 0.98 0.38
Hex 82 C0 2 20 0 63 19 50 62 26
Octal 202 300 2 40 0 143 31 120 142 46
Binary 10000010 11000000 10 100000 0 1100011 11001 1010000 1100010 100110

Color Harmonies of #82C002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C002

Black with #82C002

Text Example


Text Example

White with #82C002

Text Example


Text Example

HTML Codes & Css Web 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>