#83F485

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

Shades of Light Green #83F485

Tints of Light Green #83F485

Color information

#83F485 (or 0x83F485) is unknown color: approx Light Green. HEX triplet: 83, F4 and 85. RGB value is (131,244,133). Sum of RGB (Red+Green+Blue) = 131+244+133=508 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.79% from 508); Green value is 244 (95.70% from 255 or 48.03% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 244 - color contains mainly: green. Hex color #83F485 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F485 is #7C0B7A. Grayscale: #C5C5C5. Windows color (decimal): -8129403 or 8778883. OLE color: 8778883.

HSL color Cylindrical-coordinate representation of color #83F485: hue angle of 121.06º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F485 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB131244133-
CMYK0.4600.450.04
HSL121.06º83.7%73.53%-
HSV(B)121.06º46.31%95.69%-
XYZ45.9471.2233.52-
YUV197.5691.5680.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.79%
GREEN value IS 244 (95.70% from 255) = 48.03%
BLUE value IS 133 (52.34% from 255) = 26.18%
R=25.79%
G=48.03%
B=26.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1312441330.4600.450.04121.0683.773.53
Hex83F4852E02D479544a
Octal203364205560554171124112
Binary1000001111110100100001011011100101101100111100110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,244,133); }

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

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

 a { background-color: rgb(131,244,133); }

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

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

 span { border-color: rgb(131,244,133); }

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