Html Css Color HEX #82C003 Citrus

📋 copy color: '#82C003'

red 130 ◦ green 192 ◦ blue 3

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

Shades of Citrus #82C003

Tints of Citrus #82C003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 40%
G = 59.08%
B = 0.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#82C003 (or 0x82C003) is known color: Citrus. HEX triplet: 82, C0 and 03. RGB value is (130,192,3). Sum of RGB (Red+Green+Blue) = 130+192+3=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #82C003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C003 is #7D3FFC. Grayscale: #989898. Windows color (decimal): -8208381 or 245890. OLE color: 245890.

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

Color convert

RGB 130 192 3 -
CMYK 0.32 0 0.98 0.25
HSL 79.68º 0.97% 0.38% -
HSV(B) 79.68º 0.98% 0.75% -
XYZ 28.07 42.45 6.8 -
YUV 151.92 43.96 112.37 -
System Red Green Blue C M Y K H S L
Decimal 130 192 3 0.32 0 0.98 0.25 79.68 0.97 0.38
Hex 82 C0 3 20 0 62 19 50 61 26
Octal 202 300 3 40 0 142 31 120 141 46
Binary 10000010 11000000 11 100000 0 1100010 11001 1010000 1100001 100110

Color Harmonies of #82C003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C003

Black with #82C003

Text Example


Text Example

White with #82C003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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