#83C103

Color #83C103 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #83C103

Tints of Citrus #83C103

Color information

#83C103 (or 0x83C103) is unknown color: approx 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

RGB1311933-
CMYK0.3200.980.24
HSL79.58º96.94%38.43%-
HSV(B)79.58º98.45%75.69%-
XYZ28.4542.976.88-
YUV152.843.46112.45-

RGB Variations

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

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 (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal13119330.3200.980.2479.5896.9438.43
Hex83C132006218506126
Octal20330134001423012014146
Binary100000111100000111100000011000101100010100001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>