#83C405

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

Shades of Citrus #83C405

Tints of Citrus #83C405

Color information

#83C405 (or 0x83C405) is unknown color: approx Citrus. HEX triplet: 83, C4 and 05. RGB value is (131,196,5). Sum of RGB (Red+Green+Blue) = 131+196+5=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 196 (76.95% from 255 or 59.04% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 196 - color contains mainly: green. Hex color #83C405 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C405 is #7C3BFA. Grayscale: #9B9B9B. Windows color (decimal): -8141819 or 377987. OLE color: 377987.

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

Color convert

RGB1311965-
CMYK0.3300.970.23
HSL80.42º95.02%39.41%-
HSV(B)80.42º97.45%76.86%-
XYZ29.1344.327.16-
YUV154.7943.47111.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.46%
GREEN value IS 196 (76.95% from 255) = 59.04%
BLUE value IS 5 (2.34% from 255) = 1.51%
R=39.46%
G=59.04%
B=1.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal13119650.3300.970.2380.4295.0239.41
Hex83C452106117505f27
Octal20330454101412712013747
Binary1000001111000100101100001011000011011110100001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,196,5); }

 H1.HeaderClassName
 {
   color: #83C405;
 }
 .AnyTagClassName
 {
   color: #83C405;
 }
</style>
background-color css

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

 a { background-color: rgb(131,196,5); }

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

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

 span { border-color: rgb(131,196,5); }

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