Html Css Color HEX #82C503 Citrus

📋 copy color: '#82C503'

red 130 ◦ green 197 ◦ blue 3

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

Shades of Citrus #82C503

Tints of Citrus #82C503

RGB

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

 GREEN value IS 197 (77.34% from 255) = 59.7%

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

R = 39.39%
G = 59.7%
B = 0.91%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#82C503 (or 0x82C503) is known color: Citrus. HEX triplet: 82, C5 and 03. RGB value is (130,197,3). Sum of RGB (Red+Green+Blue) = 130+197+3=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 197 (77.34% from 255 or 59.70% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 197 - color contains mainly: green. Hex color #82C503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C503 is #7D3AFC. Grayscale: #9B9B9B. Windows color (decimal): -8207101 or 247170. OLE color: 247170.

HSL color Cylindrical-coordinate representation of color #82C503: hue angle of 80.72º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82C503 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 130 197 3 -
CMYK 0.34 0 0.98 0.23
HSL 80.72º 0.97% 0.39% -
HSV(B) 80.72º 0.98% 0.77% -
XYZ 29.19 44.68 7.17 -
YUV 154.85 42.3 110.27 -
System Red Green Blue C M Y K H S L
Decimal 130 197 3 0.34 0 0.98 0.23 80.72 0.97 0.39
Hex 82 C5 3 22 0 62 17 51 61 27
Octal 202 305 3 42 0 142 27 121 141 47
Binary 10000010 11000101 11 100010 0 1100010 10111 1010001 1100001 100111

Color Harmonies of #82C503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C503

Black with #82C503

Text Example


Text Example

White with #82C503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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