#83FBAA

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

Shades of Pale Green #83FBAA

Tints of Pale Green #83FBAA

Color information

#83FBAA (or 0x83FBAA) is unknown color: approx Pale Green. HEX triplet: 83, FB and AA. RGB value is (131,251,170). Sum of RGB (Red+Green+Blue) = 131+251+170=552 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.73% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #83FBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83FBAA is #7C0455. Grayscale: #CECECE. Windows color (decimal): -8127574 or 11205507. OLE color: 11205507.

HSL color Cylindrical-coordinate representation of color #83FBAA: hue angle of 139.5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FBAA is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB131251170-
CMYK0.4800.320.02
HSL139.5º93.75%74.9%-
HSV(B)139.5º47.81%98.43%-
XYZ51.1176.7250.15-
YUV205.89107.7474.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.73%
GREEN value IS 251 (98.44% from 255) = 45.47%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=23.73%
G=45.47%
B=30.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312511700.4800.320.02139.593.7574.9
Hex83FBAA3002028c5e4b
Octal203373252600402214136113
Binary1000001111111011101010101100000100000101000110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,251,170); }

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

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

 a { background-color: rgb(131,251,170); }

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

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

 span { border-color: rgb(131,251,170); }

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