Html Css Color HEX #82C903 Citrus

📋 copy color: '#82C903'

red 130 ◦ green 201 ◦ blue 3

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

Shades of Citrus #82C903

Tints of Citrus #82C903

RGB

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

 GREEN value IS 201 (78.91% from 255) = 60.18%

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

R = 38.92%
G = 60.18%
B = 0.9%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#82C903 (or 0x82C903) is known color: Citrus. HEX triplet: 82, C9 and 03. RGB value is (130,201,3). Sum of RGB (Red+Green+Blue) = 130+201+3=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 201 (78.91% from 255 or 60.18% from 334); Blue value is 3 (1.56% from 255 or 0.90% from 334); Max value from RGB is 201 - color contains mainly: green. Hex color #82C903 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C903 is #7D36FC. Grayscale: #9D9D9D. Windows color (decimal): -8206077 or 248194. OLE color: 248194.

HSL color Cylindrical-coordinate representation of color #82C903: hue angle of 81.52º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82C903 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 201 3 -
CMYK 0.35 0 0.99 0.21
HSL 81.52º 0.97% 0.4% -
HSV(B) 81.52º 0.99% 0.79% -
XYZ 30.11 46.53 7.48 -
YUV 157.2 40.98 108.6 -
System Red Green Blue C M Y K H S L
Decimal 130 201 3 0.35 0 0.99 0.21 81.52 0.97 0.4
Hex 82 C9 3 23 0 63 15 52 61 28
Octal 202 311 3 43 0 143 25 122 141 50
Binary 10000010 11001001 11 100011 0 1100011 10101 1010010 1100001 101000

Color Harmonies of #82C903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C903

Black with #82C903

Text Example


Text Example

White with #82C903

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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