Html Css Color HEX #82C000 Citrus

📋 copy color: '#82C000'

red 130 ◦ green 192 ◦ blue 0

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

Shades of Citrus #82C000

Tints of Citrus #82C000

RGB

 RED value IS 130 (51.17% from 255) = 40.37%

 GREEN value IS 192 (75.39% from 255) = 59.63%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.37%
G = 59.63%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#82C000 (or 0x82C000) is known color: Citrus. HEX triplet: 82, C0 and 00. RGB value is (130,192,0). Sum of RGB (Red+Green+Blue) = 130+192+0=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #82C000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C000 is #7D3FFF. Grayscale: #989898. Windows color (decimal): -8208384 or 49282. OLE color: 49282.

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

Color convert

RGB 130 192 0 -
CMYK 0.32 0 1 0.25
HSL 79.38º 1% 0.38% -
HSV(B) 79.38º 1% 0.75% -
XYZ 28.06 42.45 6.71 -
YUV 151.57 42.46 112.61 -
System Red Green Blue C M Y K H S L
Decimal 130 192 0 0.32 0 1 0.25 79.38 1 0.38
Hex 82 C0 0 20 0 64 19 4F 64 26
Octal 202 300 0 40 0 144 31 117 144 46
Binary 10000010 11000000 0 100000 0 1100100 11001 1001111 1100100 100110

Color Harmonies of #82C000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C000

Black with #82C000

Text Example


Text Example

White with #82C000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82C000;
 }
 .AnyTagClassName
 {
   color: #82C000;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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