Html Css Color HEX #83C103 Citrus

📋 copy color: '#83C103'

red 131 ◦ green 193 ◦ blue 3

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

Shades of Citrus #83C103

Tints of Citrus #83C103

RGB

 RED value IS 131 (51.56% from 255) = 40.06%

 GREEN value IS 193 (75.78% from 255) = 59.02%

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

R = 40.06%
G = 59.02%
B = 0.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#83C103 (or 0x83C103) is known color: Citrus. HEX triplet: 83, C1 and 03. RGB value is (131,193,3). Sum of RGB (Red+Green+Blue) = 131+193+3=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 193 (75.78% from 255 or 59.02% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 193 - color contains mainly: green. Hex color #83C103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C103 is #7C3EFC. Grayscale: #999999. Windows color (decimal): -8142589 or 246147. OLE color: 246147.

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

Color convert

RGB 131 193 3 -
CMYK 0.32 0 0.98 0.24
HSL 79.58º 0.97% 0.38% -
HSV(B) 79.58º 0.98% 0.76% -
XYZ 28.45 42.97 6.88 -
YUV 152.8 43.46 112.45 -
System Red Green Blue C M Y K H S L
Decimal 131 193 3 0.32 0 0.98 0.24 79.58 0.97 0.38
Hex 83 C1 3 20 0 62 18 50 61 26
Octal 203 301 3 40 0 142 30 120 141 46
Binary 10000011 11000001 11 100000 0 1100010 11000 1010000 1100001 100110

Color Harmonies of #83C103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C103

Black with #83C103

Text Example


Text Example

White with #83C103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83C103; }

 p { color: rgb(131,193,3); }

 H1.HeaderClassName
 {
   color: #83C103;
 }
 .AnyTagClassName
 {
   color: #83C103;
 }
</style>

background-color css

<style>
 a { background-color: #83C103; }

 a { background-color: rgb(131,193,3); }

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

border-color css

<style>
 span { border-color: #83C103; }

 span { border-color: rgb(131,193,3); }

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